From: Paul Moore Date: Tue, 20 Sep 2022 18:11:11 +0000 (-0400) Subject: selinux: remove runtime disable message in the install_policy.sh script X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2fe2fb4ce60be9005d7bfdd5665be03b8efb5b13;p=linux.git 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: Paul Moore --- diff --git a/scripts/selinux/install_policy.sh b/scripts/selinux/install_policy.sh index 20af56ce245c5..24086793b0d8d 100755 --- a/scripts/selinux/install_policy.sh +++ b/scripts/selinux/install_policy.sh @@ -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