57 lines
2.1 KiB
Diff
57 lines
2.1 KiB
Diff
commit 16a2f8d544019197b76aa572843a2f2dec390a8c
|
|
Author: Gabriel Becker <ggasparb@redhat.com>
|
|
Date: Wed Sep 22 14:32:48 2021 +0200
|
|
|
|
Disable profiles that are not in good shape for products/rhel8
|
|
|
|
diff --git a/products/rhel8/CMakeLists.txt b/products/rhel8/CMakeLists.txt
|
|
index f0ce1eb..f1beaa2 100644
|
|
--- a/products/rhel8/CMakeLists.txt
|
|
+++ b/products/rhel8/CMakeLists.txt
|
|
@@ -14,15 +14,9 @@ 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")
|
|
|
|
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_minimal")
|
|
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_intermediary")
|
|
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_enhanced")
|
|
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_high")
|
|
-
|
|
ssg_build_html_cce_table(${PRODUCT})
|
|
|
|
ssg_build_html_srgmap_tables(${PRODUCT} "stig" ${DISA_SRG_TYPE})
|
|
diff --git a/products/rhel8/profiles/cjis.profile b/products/rhel8/profiles/cjis.profile
|
|
index 1bd6df6..adeae4a 100644
|
|
--- a/products/rhel8/profiles/cjis.profile
|
|
+++ b/products/rhel8/profiles/cjis.profile
|
|
@@ -1,4 +1,4 @@
|
|
-documentation_complete: true
|
|
+documentation_complete: false
|
|
|
|
metadata:
|
|
version: 5.4
|
|
diff --git a/products/rhel8/profiles/rht-ccp.profile b/products/rhel8/profiles/rht-ccp.profile
|
|
index 15abd98..d76bb38 100644
|
|
--- a/products/rhel8/profiles/rht-ccp.profile
|
|
+++ b/products/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/products/rhel8/profiles/standard.profile b/products/rhel8/profiles/standard.profile
|
|
index a63ae2c..da669bb 100644
|
|
--- a/products/rhel8/profiles/standard.profile
|
|
+++ b/products/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'
|
|
|