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

dac76a
From 2dfbfa76867db56ee90f168b478437d916e0cd4e Mon Sep 17 00:00:00 2001
dac76a
From: Watson Sato <wsato@redhat.com>
dac76a
Date: Fri, 17 Jan 2020 19:01:22 +0100
dac76a
Subject: [PATCH] Disable profiles that are not in good shape for RHEL8
44eea6
44eea6
They raise too many errors and fails.
dac76a
Also disable tables for profiles that are not built.
44eea6
---
dac76a
 rhel8/CMakeLists.txt              | 2 --
dac76a
 rhel8/profiles/cjis.profile       | 2 +-
dac76a
 rhel8/profiles/cui.profile        | 2 +-
dac76a
 rhel8/profiles/hipaa.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 +-
dac76a
 9 files changed, 8 insertions(+), 10 deletions(-)
44eea6
44eea6
diff --git a/rhel8/CMakeLists.txt b/rhel8/CMakeLists.txt
dac76a
index 40f2b2b0f..492a8dae1 100644
44eea6
--- a/rhel8/CMakeLists.txt
44eea6
+++ b/rhel8/CMakeLists.txt
dac76a
@@ -14,9 +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
 ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
dac76a
 ssg_build_html_nistrefs_table(${PRODUCT} "stig")
44eea6
 
44eea6
 # Uncomment when anssi profiles are marked documentation_complete: true
dac76a
 #ssg_build_html_anssirefs_table(${PRODUCT} "nt28_minimal")
44eea6
diff --git a/rhel8/profiles/cjis.profile b/rhel8/profiles/cjis.profile
dac76a
index 05ea9cdd6..9c55ac5b1 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
dac76a
index 8d20f9019..d641b56fe 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
 
dac76a
diff --git a/rhel8/profiles/rhelh-stig.profile b/rhel8/profiles/rhelh-stig.profile
dac76a
index 1efca5f44..c3d0b0964 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
dac76a
index 2baee6d66..8592d7aaf 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
dac76a
index c84579592..164ec98c4 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
-- 
dac76a
2.21.1
44eea6