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

44eea6
From c6c4eae7d085adb1571e5c45edb4bd982c242f4d Mon Sep 17 00:00:00 2001
44eea6
From: Gabriel Becker <ggasparb@redhat.com>
44eea6
Date: Mon, 17 Dec 2018 13:30:06 +0100
44eea6
Subject: [PATCH] Disable profiles that are not in good shape for RHEL8.
44eea6
44eea6
They raise too many errors and fails.
44eea6
---
44eea6
 rhel8/CMakeLists.txt            | 3 ++-
44eea6
 rhel8/profiles/cjis.profile     | 2 +-
44eea6
 rhel8/profiles/cui.profile      | 2 +-
44eea6
 rhel8/profiles/hipaa.profile    | 2 +-
44eea6
 rhel8/profiles/rht-ccp.profile  | 2 +-
44eea6
 rhel8/profiles/standard.profile | 2 +-
44eea6
 6 files changed, 7 insertions(+), 6 deletions(-)
44eea6
44eea6
diff --git a/rhel8/CMakeLists.txt b/rhel8/CMakeLists.txt
44eea6
index 99bccbed7..77f8ccaec 100644
44eea6
--- a/rhel8/CMakeLists.txt
44eea6
+++ b/rhel8/CMakeLists.txt
44eea6
@@ -14,7 +14,8 @@ 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
+# Standard profile is disabled for RHEL8 as it is not in good shape
44eea6
+#ssg_build_html_nistrefs_table(${PRODUCT} "standard")
44eea6
 ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
44eea6
 
44eea6
 # Uncomment when anssi profiles are marked documentation_complete: true
44eea6
diff --git a/rhel8/profiles/cjis.profile b/rhel8/profiles/cjis.profile
44eea6
index a7f8c0b16..c460793be 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
 
44eea6
diff --git a/rhel8/profiles/cui.profile b/rhel8/profiles/cui.profile
44eea6
index eb62252a4..e8f369708 100644
44eea6
--- a/rhel8/profiles/cui.profile
44eea6
+++ b/rhel8/profiles/cui.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Unclassified Information in Non-federal Information Systems and Organizations (NIST 800-171)'
44eea6
 
44eea6
diff --git a/rhel8/profiles/hipaa.profile b/rhel8/profiles/hipaa.profile
44eea6
index feb98007c..0667f65ed 100644
44eea6
--- a/rhel8/profiles/hipaa.profile
44eea6
+++ b/rhel8/profiles/hipaa.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: True
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Health Insurance Portability and Accountability Act (HIPAA)'
44eea6
 
44eea6
diff --git a/rhel8/profiles/rht-ccp.profile b/rhel8/profiles/rht-ccp.profile
44eea6
index 023663b21..8b22bc711 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
44eea6
index a63ae2cf3..da669bb84 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
-- 
44eea6
2.19.2
44eea6