From f0399535e9d3b2a516a33ca140e75e5eb5d9d846 Mon Sep 17 00:00:00 2001
From: Matus Marhefka <mmarhefk@redhat.com>
Date: Mon, 11 Oct 2021 17:08:30 +0200
Subject: [PATCH] SELinux docs: fix RHEL7 link, add RHEL8 link
---
linux_os/guide/system/selinux/group.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/linux_os/guide/system/selinux/group.yml b/linux_os/guide/system/selinux/group.yml
index d2f97290011..b69384ab9b3 100644
--- a/linux_os/guide/system/selinux/group.yml
+++ b/linux_os/guide/system/selinux/group.yml
@@ -25,7 +25,10 @@ description: |-
appropriate.
{{% if product == "rhel7" %}}
<br /><br />
- For more information on SELinux, see <b>{{{ weblink(link="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide") }}}</b>.
+ For more information on SELinux, see <b>{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide") }}}</b>.
+ {{% elif product == "rhel8" %}}
+ <br /><br />
+ For more information on SELinux, see <b>{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux") }}}</b>.
{{% elif product == "ol7" %}}
For more information on SELinux, see <b>{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/selinux/") }}}</b>.
{{% endif %}}