Blame SOURCES/scap-security-guide-0.1.61-supported-rhel9-PR_8202.patch

38a2c0
From 7345dfea41ddf9cafc2b91b5c90f12ca9ceaffd6 Mon Sep 17 00:00:00 2001
38a2c0
From: Matej Tyc <matyc@redhat.com>
38a2c0
Date: Thu, 10 Feb 2022 19:11:57 +0100
38a2c0
Subject: [PATCH] RHEL9 is supported
38a2c0
38a2c0
State that rhel9 will be supported by the vendor (as soon as it starts
38a2c0
to exist)
38a2c0
---
38a2c0
 .../installed_OS_is_vendor_supported/oval/shared.xml             | 1 +
38a2c0
 1 file changed, 1 insertion(+)
38a2c0
38a2c0
diff --git a/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/oval/shared.xml b/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/oval/shared.xml
38a2c0
index 931be7e8959..16c3847adb7 100644
38a2c0
--- a/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/oval/shared.xml
38a2c0
+++ b/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/oval/shared.xml
38a2c0
@@ -6,6 +6,7 @@
38a2c0
     <criteria comment="Installed operating system is supported by a vendor" operator="OR">
38a2c0
       <extend_definition comment="Installed OS is RHEL7" definition_ref="installed_OS_is_rhel7" />
38a2c0
       <extend_definition comment="Installed OS is RHEL8" definition_ref="installed_OS_is_rhel8" />
38a2c0
+      <extend_definition comment="Installed OS is RHEL9" definition_ref="installed_OS_is_rhel9" />
38a2c0
       <extend_definition comment="Installed OS is OL7" definition_ref="installed_OS_is_ol7_family" />
38a2c0
       <extend_definition comment="Installed OS is OL8" definition_ref="installed_OS_is_ol8_family" />
38a2c0
       <extend_definition comment="Installed OS is SLE12" definition_ref="installed_OS_is_sle12" />