Commit 2fe2fb4c authored by Paul Moore's avatar Paul Moore

selinux: remove runtime disable message in the install_policy.sh script

We are in the process of deprecating the runtime disable mechanism,
let's not reference it in the scripts.
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent c969bb8d
...@@ -31,8 +31,7 @@ fi ...@@ -31,8 +31,7 @@ fi
if selinuxenabled; then if selinuxenabled; then
echo "SELinux is already enabled" echo "SELinux is already enabled"
echo "This prevents safely relabeling all files." echo "This prevents safely relabeling all files."
echo "Boot with selinux=0 on the kernel command-line or" echo "Boot with selinux=0 on the kernel command-line."
echo "SELINUX=disabled in /etc/selinux/config."
exit 1 exit 1
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment