projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c969bb8
)
selinux: remove runtime disable message in the install_policy.sh script
author
Paul Moore
<paul@paul-moore.com>
Tue, 20 Sep 2022 18:11:11 +0000
(14:11 -0400)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/scripts/selinux/install_policy.sh
b/scripts/selinux/install_policy.sh
index 20af56ce245c568ad9be63bc33d7f9133a07315c..24086793b0d8d40db6d2498b4120a73f0ff549c2 100755
(executable)
--- 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