|
|
971b3e |
From 48e959ebf2b892fefa642f19bc8cc1d2d639fb29 Mon Sep 17 00:00:00 2001
|
|
|
54c0d5 |
From: Watson Sato <wsato@redhat.com>
|
|
|
971b3e |
Date: Thu, 3 Dec 2020 14:35:47 +0100
|
|
|
54c0d5 |
Subject: [PATCH] Disable profiles that are not in good shape for RHEL8
|
|
|
54c0d5 |
|
|
|
54c0d5 |
---
|
|
|
971b3e |
rhel8/CMakeLists.txt | 6 ------
|
|
|
971b3e |
rhel8/profiles/anssi_bp28_enhanced.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/anssi_bp28_high.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/anssi_bp28_intermediary.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/anssi_bp28_minimal.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/cjis.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/ism_o.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/rhelh-stig.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/rhelh-vpp.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/rht-ccp.profile | 2 +-
|
|
|
971b3e |
rhel8/profiles/standard.profile | 2 +-
|
|
|
971b3e |
11 files changed, 10 insertions(+), 16 deletions(-)
|
|
|
54c0d5 |
|
|
|
54c0d5 |
diff --git a/rhel8/CMakeLists.txt b/rhel8/CMakeLists.txt
|
|
|
971b3e |
index d61689c97..5e444a101 100644
|
|
|
54c0d5 |
--- a/rhel8/CMakeLists.txt
|
|
|
54c0d5 |
+++ b/rhel8/CMakeLists.txt
|
|
|
971b3e |
@@ -14,15 +14,9 @@ ssg_build_html_table_by_ref(${PRODUCT} "cis")
|
|
|
54c0d5 |
ssg_build_html_table_by_ref(${PRODUCT} "pcidss")
|
|
|
54c0d5 |
ssg_build_html_table_by_ref(${PRODUCT} "anssi")
|
|
|
54c0d5 |
|
|
|
54c0d5 |
-ssg_build_html_nistrefs_table(${PRODUCT} "standard")
|
|
|
54c0d5 |
ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
|
|
|
54c0d5 |
ssg_build_html_nistrefs_table(${PRODUCT} "stig")
|
|
|
54c0d5 |
|
|
|
971b3e |
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_minimal")
|
|
|
971b3e |
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_intermediary")
|
|
|
971b3e |
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_enhanced")
|
|
|
971b3e |
-ssg_build_html_anssirefs_table(${PRODUCT} "bp28_high")
|
|
|
971b3e |
-
|
|
|
971b3e |
ssg_build_html_cce_table(${PRODUCT})
|
|
|
971b3e |
|
|
|
971b3e |
ssg_build_html_srgmap_tables(${PRODUCT} "stig" ${DISA_SRG_TYPE})
|
|
|
971b3e |
diff --git a/rhel8/profiles/anssi_bp28_enhanced.profile b/rhel8/profiles/anssi_bp28_enhanced.profile
|
|
|
971b3e |
index e7e2f2875..75b1f4153 100644
|
|
|
971b3e |
--- a/rhel8/profiles/anssi_bp28_enhanced.profile
|
|
|
971b3e |
+++ b/rhel8/profiles/anssi_bp28_enhanced.profile
|
|
|
971b3e |
@@ -1,4 +1,4 @@
|
|
|
971b3e |
-documentation_complete: true
|
|
|
971b3e |
+documentation_complete: false
|
|
|
971b3e |
|
|
|
971b3e |
title: 'ANSSI BP-028 (enhanced)'
|
|
|
971b3e |
|
|
|
971b3e |
diff --git a/rhel8/profiles/anssi_bp28_high.profile b/rhel8/profiles/anssi_bp28_high.profile
|
|
|
971b3e |
index ccad93d67..6a854378c 100644
|
|
|
971b3e |
--- a/rhel8/profiles/anssi_bp28_high.profile
|
|
|
971b3e |
+++ b/rhel8/profiles/anssi_bp28_high.profile
|
|
|
971b3e |
@@ -1,4 +1,4 @@
|
|
|
971b3e |
-documentation_complete: true
|
|
|
971b3e |
+documentation_complete: false
|
|
|
971b3e |
|
|
|
971b3e |
title: 'ANSSI BP-028 (high)'
|
|
|
971b3e |
|
|
|
971b3e |
diff --git a/rhel8/profiles/anssi_bp28_intermediary.profile b/rhel8/profiles/anssi_bp28_intermediary.profile
|
|
|
971b3e |
index 638e60e0e..55ef4d680 100644
|
|
|
971b3e |
--- a/rhel8/profiles/anssi_bp28_intermediary.profile
|
|
|
971b3e |
+++ b/rhel8/profiles/anssi_bp28_intermediary.profile
|
|
|
971b3e |
@@ -1,4 +1,4 @@
|
|
|
971b3e |
-documentation_complete: true
|
|
|
971b3e |
+documentation_complete: false
|
|
|
971b3e |
|
|
|
971b3e |
title: 'ANSSI BP-028 (intermediary)'
|
|
|
971b3e |
|
|
|
971b3e |
diff --git a/rhel8/profiles/anssi_bp28_minimal.profile b/rhel8/profiles/anssi_bp28_minimal.profile
|
|
|
971b3e |
index 45cbba8f3..468c20adf 100644
|
|
|
971b3e |
--- a/rhel8/profiles/anssi_bp28_minimal.profile
|
|
|
971b3e |
+++ b/rhel8/profiles/anssi_bp28_minimal.profile
|
|
|
971b3e |
@@ -1,4 +1,4 @@
|
|
|
971b3e |
-documentation_complete: true
|
|
|
971b3e |
+documentation_complete: false
|
|
|
971b3e |
|
|
|
971b3e |
title: 'ANSSI BP-028 (minimal)'
|
|
|
971b3e |
|
|
|
54c0d5 |
diff --git a/rhel8/profiles/cjis.profile b/rhel8/profiles/cjis.profile
|
|
|
971b3e |
index 035d2705b..c6475f33e 100644
|
|
|
54c0d5 |
--- a/rhel8/profiles/cjis.profile
|
|
|
54c0d5 |
+++ b/rhel8/profiles/cjis.profile
|
|
|
54c0d5 |
@@ -1,4 +1,4 @@
|
|
|
54c0d5 |
-documentation_complete: true
|
|
|
54c0d5 |
+documentation_complete: false
|
|
|
54c0d5 |
|
|
|
971b3e |
metadata:
|
|
|
971b3e |
version: 5.4
|
|
|
971b3e |
diff --git a/rhel8/profiles/ism_o.profile b/rhel8/profiles/ism_o.profile
|
|
|
971b3e |
index a3c427c01..4605dea3b 100644
|
|
|
971b3e |
--- a/rhel8/profiles/ism_o.profile
|
|
|
971b3e |
+++ b/rhel8/profiles/ism_o.profile
|
|
|
971b3e |
@@ -1,4 +1,4 @@
|
|
|
971b3e |
-documentation_complete: true
|
|
|
971b3e |
+documentation_complete: false
|
|
|
54c0d5 |
|
|
|
971b3e |
metadata:
|
|
|
971b3e |
SMEs:
|
|
|
54c0d5 |
diff --git a/rhel8/profiles/rhelh-stig.profile b/rhel8/profiles/rhelh-stig.profile
|
|
|
54c0d5 |
index 1efca5f44..c3d0b0964 100644
|
|
|
54c0d5 |
--- a/rhel8/profiles/rhelh-stig.profile
|
|
|
54c0d5 |
+++ b/rhel8/profiles/rhelh-stig.profile
|
|
|
54c0d5 |
@@ -1,4 +1,4 @@
|
|
|
54c0d5 |
-documentation_complete: true
|
|
|
54c0d5 |
+documentation_complete: false
|
|
|
54c0d5 |
|
|
|
54c0d5 |
title: '[DRAFT] DISA STIG for Red Hat Enterprise Linux Virtualization Host (RHELH)'
|
|
|
54c0d5 |
|
|
|
54c0d5 |
diff --git a/rhel8/profiles/rhelh-vpp.profile b/rhel8/profiles/rhelh-vpp.profile
|
|
|
54c0d5 |
index 2baee6d66..8592d7aaf 100644
|
|
|
54c0d5 |
--- a/rhel8/profiles/rhelh-vpp.profile
|
|
|
54c0d5 |
+++ b/rhel8/profiles/rhelh-vpp.profile
|
|
|
54c0d5 |
@@ -1,4 +1,4 @@
|
|
|
54c0d5 |
-documentation_complete: true
|
|
|
54c0d5 |
+documentation_complete: false
|
|
|
54c0d5 |
|
|
|
54c0d5 |
title: 'VPP - Protection Profile for Virtualization v. 1.0 for Red Hat Enterprise Linux Hypervisor (RHELH)'
|
|
|
54c0d5 |
|
|
|
54c0d5 |
diff --git a/rhel8/profiles/rht-ccp.profile b/rhel8/profiles/rht-ccp.profile
|
|
|
54c0d5 |
index c84579592..164ec98c4 100644
|
|
|
54c0d5 |
--- a/rhel8/profiles/rht-ccp.profile
|
|
|
54c0d5 |
+++ b/rhel8/profiles/rht-ccp.profile
|
|
|
54c0d5 |
@@ -1,4 +1,4 @@
|
|
|
54c0d5 |
-documentation_complete: true
|
|
|
54c0d5 |
+documentation_complete: false
|
|
|
54c0d5 |
|
|
|
54c0d5 |
title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
|
|
|
54c0d5 |
|
|
|
54c0d5 |
diff --git a/rhel8/profiles/standard.profile b/rhel8/profiles/standard.profile
|
|
|
54c0d5 |
index a63ae2cf3..da669bb84 100644
|
|
|
54c0d5 |
--- a/rhel8/profiles/standard.profile
|
|
|
54c0d5 |
+++ b/rhel8/profiles/standard.profile
|
|
|
54c0d5 |
@@ -1,4 +1,4 @@
|
|
|
54c0d5 |
-documentation_complete: true
|
|
|
54c0d5 |
+documentation_complete: false
|
|
|
54c0d5 |
|
|
|
54c0d5 |
title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
|
|
|
54c0d5 |
|
|
|
54c0d5 |
--
|
|
|
971b3e |
2.26.2
|
|
|
54c0d5 |
|