selinux: remove runtime disable message in the install_policy.sh script
authorPaul Moore <paul@paul-moore.com>
Tue, 20 Sep 2022 18:11:11 +0000 (14:11 -0400)
committerPaul Moore <paul@paul-moore.com>
Tue, 20 Sep 2022 18:12:25 +0000 (14:12 -0400)
We are in the process of deprecating the runtime disable mechanism,
let's not reference it in the scripts.

Signed-off-by: Paul Moore <paul@paul-moore.com>
scripts/selinux/install_policy.sh

index 20af56ce245c568ad9be63bc33d7f9133a07315c..24086793b0d8d40db6d2498b4120a73f0ff549c2 100755 (executable)
@@ -31,8 +31,7 @@ fi
 if selinuxenabled; then
     echo "SELinux is already enabled"
     echo "This prevents safely relabeling all files."
-    echo "Boot with selinux=0 on the kernel command-line or"
-    echo "SELINUX=disabled in /etc/selinux/config."
+    echo "Boot with selinux=0 on the kernel command-line."
     exit 1
 fi