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

362bfa
commit 16a2f8d544019197b76aa572843a2f2dec390a8c
362bfa
Author: Gabriel Becker <ggasparb@redhat.com>
362bfa
Date:   Wed Sep 22 14:32:48 2021 +0200
575137
362bfa
    Disable profiles that are not in good shape for products/rhel8
575137
362bfa
diff --git a/products/rhel8/CMakeLists.txt b/products/rhel8/CMakeLists.txt
362bfa
index f0ce1eb..f1beaa2 100644
362bfa
--- a/products/rhel8/CMakeLists.txt
362bfa
+++ b/products/rhel8/CMakeLists.txt
618a7c
@@ -14,15 +14,9 @@ ssg_build_html_table_by_ref(${PRODUCT} "cis")
575137
 ssg_build_html_table_by_ref(${PRODUCT} "pcidss")
575137
 ssg_build_html_table_by_ref(${PRODUCT} "anssi")
575137
 
575137
-ssg_build_html_nistrefs_table(${PRODUCT} "standard")
575137
 ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
05062e
 ssg_build_html_nistrefs_table(${PRODUCT} "stig")
575137
 
618a7c
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_minimal")
618a7c
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_intermediary")
618a7c
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_enhanced")
618a7c
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_high")
618a7c
-
618a7c
 ssg_build_html_cce_table(${PRODUCT})
618a7c
 
618a7c
 ssg_build_html_srgmap_tables(${PRODUCT} "stig" ${DISA_SRG_TYPE})
362bfa
diff --git a/products/rhel8/profiles/cjis.profile b/products/rhel8/profiles/cjis.profile
362bfa
index 1bd6df6..adeae4a 100644
362bfa
--- a/products/rhel8/profiles/cjis.profile
362bfa
+++ b/products/rhel8/profiles/cjis.profile
575137
@@ -1,4 +1,4 @@
575137
-documentation_complete: true
575137
+documentation_complete: false
575137
 
618a7c
 metadata:
618a7c
     version: 5.4
362bfa
diff --git a/products/rhel8/profiles/rht-ccp.profile b/products/rhel8/profiles/rht-ccp.profile
362bfa
index 15abd98..d76bb38 100644
362bfa
--- a/products/rhel8/profiles/rht-ccp.profile
362bfa
+++ b/products/rhel8/profiles/rht-ccp.profile
575137
@@ -1,4 +1,4 @@
575137
-documentation_complete: true
575137
+documentation_complete: false
575137
 
575137
 title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
575137
 
362bfa
diff --git a/products/rhel8/profiles/standard.profile b/products/rhel8/profiles/standard.profile
362bfa
index a63ae2c..da669bb 100644
362bfa
--- a/products/rhel8/profiles/standard.profile
362bfa
+++ b/products/rhel8/profiles/standard.profile
575137
@@ -1,4 +1,4 @@
575137
-documentation_complete: true
575137
+documentation_complete: false
575137
 
575137
 title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
575137