Blame SOURCES/disable-not-in-good-shape-profiles.patch

fe0dde
From ca6ddb178dd89fde3fc2d3e6dd6e6d30a0e1f023 Mon Sep 17 00:00:00 2001
fe0dde
From: Gabriel Becker <ggasparb@redhat.com>
fe0dde
Date: Fri, 9 Oct 2020 18:08:26 +0200
fe0dde
Subject: [PATCH] Disable profiles that are not in good shape for RHEL8.
44eea6
44eea6
---
fe0dde
 rhel8/CMakeLists.txt              | 1 -
dac76a
 rhel8/profiles/cjis.profile       | 2 +-
fe0dde
 rhel8/profiles/ism_o.profile      | 2 +-
dac76a
 rhel8/profiles/rhelh-stig.profile | 2 +-
dac76a
 rhel8/profiles/rhelh-vpp.profile  | 2 +-
dac76a
 rhel8/profiles/rht-ccp.profile    | 2 +-
dac76a
 rhel8/profiles/standard.profile   | 2 +-
fe0dde
 7 files changed, 6 insertions(+), 7 deletions(-)
44eea6
44eea6
diff --git a/rhel8/CMakeLists.txt b/rhel8/CMakeLists.txt
fe0dde
index 40f2b2b..bbdecba 100644
44eea6
--- a/rhel8/CMakeLists.txt
44eea6
+++ b/rhel8/CMakeLists.txt
fe0dde
@@ -14,7 +14,6 @@ ssg_build_html_table_by_ref(${PRODUCT} "cis")
44eea6
 ssg_build_html_table_by_ref(${PRODUCT} "pcidss")
44eea6
 ssg_build_html_table_by_ref(${PRODUCT} "anssi")
44eea6
 
44eea6
-ssg_build_html_nistrefs_table(${PRODUCT} "standard")
44eea6
 ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
dac76a
 ssg_build_html_nistrefs_table(${PRODUCT} "stig")
44eea6
 
44eea6
diff --git a/rhel8/profiles/cjis.profile b/rhel8/profiles/cjis.profile
fe0dde
index 05ea9cd..9c55ac5 100644
44eea6
--- a/rhel8/profiles/cjis.profile
44eea6
+++ b/rhel8/profiles/cjis.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Criminal Justice Information Services (CJIS) Security Policy'
44eea6
 
fe0dde
diff --git a/rhel8/profiles/ism_o.profile b/rhel8/profiles/ism_o.profile
fe0dde
index d044376..10b0eae 100644
fe0dde
--- a/rhel8/profiles/ism_o.profile
fe0dde
+++ b/rhel8/profiles/ism_o.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
fe0dde
 title: 'Australian Cyber Security Centre (ACSC) Information Security Manual (ISM) Official'
44eea6
 
dac76a
diff --git a/rhel8/profiles/rhelh-stig.profile b/rhel8/profiles/rhelh-stig.profile
fe0dde
index 1efca5f..c3d0b09 100644
dac76a
--- a/rhel8/profiles/rhelh-stig.profile
dac76a
+++ b/rhel8/profiles/rhelh-stig.profile
dac76a
@@ -1,4 +1,4 @@
dac76a
-documentation_complete: true
dac76a
+documentation_complete: false
dac76a
 
dac76a
 title: '[DRAFT] DISA STIG for Red Hat Enterprise Linux Virtualization Host (RHELH)'
dac76a
 
dac76a
diff --git a/rhel8/profiles/rhelh-vpp.profile b/rhel8/profiles/rhelh-vpp.profile
fe0dde
index 2baee6d..8592d7a 100644
dac76a
--- a/rhel8/profiles/rhelh-vpp.profile
dac76a
+++ b/rhel8/profiles/rhelh-vpp.profile
dac76a
@@ -1,4 +1,4 @@
dac76a
-documentation_complete: true
dac76a
+documentation_complete: false
dac76a
 
dac76a
 title: 'VPP - Protection Profile for Virtualization v. 1.0 for Red Hat Enterprise Linux Hypervisor (RHELH)'
dac76a
 
44eea6
diff --git a/rhel8/profiles/rht-ccp.profile b/rhel8/profiles/rht-ccp.profile
fe0dde
index c845795..164ec98 100644
44eea6
--- a/rhel8/profiles/rht-ccp.profile
44eea6
+++ b/rhel8/profiles/rht-ccp.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
44eea6
 
44eea6
diff --git a/rhel8/profiles/standard.profile b/rhel8/profiles/standard.profile
fe0dde
index a63ae2c..da669bb 100644
44eea6
--- a/rhel8/profiles/standard.profile
44eea6
+++ b/rhel8/profiles/standard.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
44eea6
 
44eea6
-- 
fe0dde
2.26.2
44eea6