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