From f44c4567b9b46bcd7a44206566e39759c003b9ba Mon Sep 17 00:00:00 2001 From: Nikola Knazekova Date: Fri, 11 Aug 2023 18:32:54 +0200 Subject: [PATCH] Change wording in /etc/selinux/config Replace "In earlier Fedora kernel builds" with "Up to RHEL 8 release included,". Update doc link Resolves: rhbz#2143153 --- selinux-policy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index 4f952fdd..5a90157a 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -505,9 +505,9 @@ echo " # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. # See also: -# https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-selinux/#getting-started-with-selinux-selinux-states-and-modes +# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/using_selinux/changing-selinux-states-and-modes_using-selinux#changing-selinux-modes-at-boot-time_changing-selinux-states-and-modes # -# NOTE: In earlier Fedora kernel builds, SELINUX=disabled would also +# NOTE: Up to RHEL 8 release included, SELINUX=disabled would also # fully disable SELinux during boot. If you need a system with SELinux # fully disabled instead of SELinux running with no policy loaded, you # need to pass selinux=0 to the kernel command line. You can use grubby