Blob Blame History Raw
From ca6ddb178dd89fde3fc2d3e6dd6e6d30a0e1f023 Mon Sep 17 00:00:00 2001
From: Gabriel Becker <ggasparb@redhat.com>
Date: Fri, 9 Oct 2020 18:08:26 +0200
Subject: [PATCH] Disable profiles that are not in good shape for RHEL8.

---
 rhel8/CMakeLists.txt              | 1 -
 rhel8/profiles/cjis.profile       | 2 +-
 rhel8/profiles/ism_o.profile      | 2 +-
 rhel8/profiles/rhelh-stig.profile | 2 +-
 rhel8/profiles/rhelh-vpp.profile  | 2 +-
 rhel8/profiles/rht-ccp.profile    | 2 +-
 rhel8/profiles/standard.profile   | 2 +-
 7 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/rhel8/CMakeLists.txt b/rhel8/CMakeLists.txt
index 40f2b2b..bbdecba 100644
--- a/rhel8/CMakeLists.txt
+++ b/rhel8/CMakeLists.txt
@@ -14,7 +14,6 @@ ssg_build_html_table_by_ref(${PRODUCT} "cis")
 ssg_build_html_table_by_ref(${PRODUCT} "pcidss")
 ssg_build_html_table_by_ref(${PRODUCT} "anssi")
 
-ssg_build_html_nistrefs_table(${PRODUCT} "standard")
 ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
 ssg_build_html_nistrefs_table(${PRODUCT} "stig")
 
diff --git a/rhel8/profiles/cjis.profile b/rhel8/profiles/cjis.profile
index 05ea9cd..9c55ac5 100644
--- a/rhel8/profiles/cjis.profile
+++ b/rhel8/profiles/cjis.profile
@@ -1,4 +1,4 @@
-documentation_complete: true
+documentation_complete: false
 
 title: 'Criminal Justice Information Services (CJIS) Security Policy'
 
diff --git a/rhel8/profiles/ism_o.profile b/rhel8/profiles/ism_o.profile
index d044376..10b0eae 100644
--- a/rhel8/profiles/ism_o.profile
+++ b/rhel8/profiles/ism_o.profile
@@ -1,4 +1,4 @@
-documentation_complete: true
+documentation_complete: false
 
 title: 'Australian Cyber Security Centre (ACSC) Information Security Manual (ISM) Official'
 
diff --git a/rhel8/profiles/rhelh-stig.profile b/rhel8/profiles/rhelh-stig.profile
index 1efca5f..c3d0b09 100644
--- a/rhel8/profiles/rhelh-stig.profile
+++ b/rhel8/profiles/rhelh-stig.profile
@@ -1,4 +1,4 @@
-documentation_complete: true
+documentation_complete: false
 
 title: '[DRAFT] DISA STIG for Red Hat Enterprise Linux Virtualization Host (RHELH)'
 
diff --git a/rhel8/profiles/rhelh-vpp.profile b/rhel8/profiles/rhelh-vpp.profile
index 2baee6d..8592d7a 100644
--- a/rhel8/profiles/rhelh-vpp.profile
+++ b/rhel8/profiles/rhelh-vpp.profile
@@ -1,4 +1,4 @@
-documentation_complete: true
+documentation_complete: false
 
 title: 'VPP - Protection Profile for Virtualization v. 1.0 for Red Hat Enterprise Linux Hypervisor (RHELH)'
 
diff --git a/rhel8/profiles/rht-ccp.profile b/rhel8/profiles/rht-ccp.profile
index c845795..164ec98 100644
--- a/rhel8/profiles/rht-ccp.profile
+++ b/rhel8/profiles/rht-ccp.profile
@@ -1,4 +1,4 @@
-documentation_complete: true
+documentation_complete: false
 
 title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
 
diff --git a/rhel8/profiles/standard.profile b/rhel8/profiles/standard.profile
index a63ae2c..da669bb 100644
--- a/rhel8/profiles/standard.profile
+++ b/rhel8/profiles/standard.profile
@@ -1,4 +1,4 @@
-documentation_complete: true
+documentation_complete: false
 
 title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
 
-- 
2.26.2