https://lists.fedorahosted.org/pipermail/scap-security-guide/2012-November/002300.html
Considering this an "emergency fix" and pushing.
>From d4a25e977292c8570875e5286e790ce4570cd437 Mon Sep 17 00:00:00 2001 From: Shawn Wells <[email protected]> Date: Tue, 27 Nov 2012 20:58:57 -0500 Subject: [PATCH] Undoing inclusion of supplemental mappings into XCCDF/STIG Profile --- RHEL6/input/profiles/STIG-server.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/RHEL6/input/profiles/STIG-server.xml b/RHEL6/input/profiles/STIG-server.xml index 6254e2f..15eedcf 100644 --- a/RHEL6/input/profiles/STIG-server.xml +++ b/RHEL6/input/profiles/STIG-server.xml @@ -2,11 +2,14 @@ <title>Pre-release Draft STIG for RHEL 6 Server</title> <description>This profile is being developed under the DoD consensus model to become a STIG in coordination with DISA FSO.</description> +<!-- DISA wants these to show up in the stig-table HTML + file. Need to XSLT them there <select idref="requirement_unclear" selected="true"/> <select idref="new_rule_needed" selected="true"/> <select idref="met_inherently" selected="true"/> <select idref="unmet_impractical_product" selected="true"/> -<select idref="unmet_impractical_guidance" selected="true"/> +<select idref="unmet_impractical_guidance" selected="true"/> --> + <select idref="rpm_verify_permissions" selected="true"/> <select idref="rpm_verify_hashes" selected="true"/> <select idref="world_writeable_files" selected="true"/> -- 1.7.1
_______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
