Blame SOURCES/scap-security-guide-0.1.59-rhel_selinux_doc-PR_7724.patch

9be3b2
From f0399535e9d3b2a516a33ca140e75e5eb5d9d846 Mon Sep 17 00:00:00 2001
9be3b2
From: Matus Marhefka <mmarhefk@redhat.com>
9be3b2
Date: Mon, 11 Oct 2021 17:08:30 +0200
9be3b2
Subject: [PATCH] SELinux docs: fix RHEL7 link, add RHEL8 link
9be3b2
9be3b2
---
9be3b2
 linux_os/guide/system/selinux/group.yml | 5 ++++-
9be3b2
 1 file changed, 4 insertions(+), 1 deletion(-)
9be3b2
9be3b2
diff --git a/linux_os/guide/system/selinux/group.yml b/linux_os/guide/system/selinux/group.yml
9be3b2
index d2f97290011..b69384ab9b3 100644
9be3b2
--- a/linux_os/guide/system/selinux/group.yml
9be3b2
+++ b/linux_os/guide/system/selinux/group.yml
9be3b2
@@ -25,7 +25,10 @@ description: |-
9be3b2
     appropriate.
9be3b2
     {{% if product == "rhel7" %}}
9be3b2
     

9be3b2
-    For more information on SELinux, see {{{ weblink(link="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide") }}}.
9be3b2
+    For more information on SELinux, see {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide") }}}.
9be3b2
+    {{% elif product == "rhel8" %}}
9be3b2
+    

9be3b2
+    For more information on SELinux, see {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux") }}}.
9be3b2
     {{% elif product == "ol7" %}}
9be3b2
     For more information on SELinux, see {{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/selinux/") }}}.
9be3b2
     {{% endif %}}