Blame SOURCES/scap-security-guide-0.1.54-fix_jinja_expansion-PR_6511.patch
|
|
7303c7 |
From 25db8e99d7b5ab89098da284d5cd3b7fa74f2018 Mon Sep 17 00:00:00 2001
|
|
|
7303c7 |
From: Gabriel Becker <ggasparb@redhat.com>
|
|
|
7303c7 |
Date: Wed, 6 Jan 2021 16:18:47 +0100
|
|
|
7303c7 |
Subject: [PATCH] Fix jinja expansion on installed_OS_is_vendor_supported.
|
|
|
7303c7 |
|
|
|
7303c7 |
---
|
|
|
7303c7 |
.../certified-vendor/installed_OS_is_vendor_supported/rule.yml | 2 +-
|
|
|
7303c7 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
7303c7 |
|
|
|
7303c7 |
diff --git a/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/rule.yml b/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/rule.yml
|
|
|
7303c7 |
index 443c733188..7a51788e11 100644
|
|
|
7303c7 |
--- a/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/rule.yml
|
|
|
7303c7 |
+++ b/linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/rule.yml
|
|
|
7303c7 |
@@ -9,7 +9,7 @@ description: |-
|
|
|
7303c7 |
{{% if product in ["ol7", "ol8"] %}}
|
|
|
7303c7 |
Oracle Linux is supported by Oracle Corporation. As the Oracle
|
|
|
7303c7 |
Linux vendor, Oracle Corporation is responsible for providing security patches.
|
|
|
7303c7 |
-{{% elif product == "sle12", "sle15" %}}
|
|
|
7303c7 |
+{{% elif product in ["sle12", "sle15"] %}}
|
|
|
7303c7 |
SUSE Linux Enterprise is supported by SUSE. As the SUSE Linux Enterprise
|
|
|
7303c7 |
vendor, SUSE is responsible for providing security patches.
|
|
|
7303c7 |
{{% else %}}
|