Container Infrastructure Management Service for OpenStack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#cloud-boothook |
|
|
|
setenforce `[[ "$SELINUX_MODE" == "enforcing" ]] && echo 1 || echo 0` |
|
sed -i ' |
|
/^SELINUX=/ s/=.*/=$SELINUX_MODE/ |
|
' /etc/selinux/config
|
|
|