[PATCH 1/3] addition to SRG mapping Makerule for additional output format

Jeffrey Blank blank at eclipse.ncsc.mil
Mon Oct 15 19:00:22 UTC 2012


Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
---
 RHEL6/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/RHEL6/Makefile b/RHEL6/Makefile
index 371d38a..d74c759 100644
--- a/RHEL6/Makefile
+++ b/RHEL6/Makefile
@@ -67,6 +67,8 @@ table-srgmap: shorthand-guide shorthand2xccdf
 # the map-to-items filename must be provided relative to the root of the main document being processed
 	xsltproc -stringparam map-to-items "../$(OUT)/unlinked-rhel6-xccdf.xml" -o $(OUT)/table-rhel6-srgmap.html \
 		$(TRANS)/table-srgmap.xslt $(REFS)/disa-os-srg-v1r1.xml
+	xsltproc -stringparam flat "y" -stringparam map-to-items "../$(OUT)/unlinked-rhel6-xccdf.xml" -o $(OUT)/table-rhel6-srgmap-flat.html \
+		$(TRANS)/table-srgmap.xslt $(REFS)/disa-os-srg-v1r1.xml
 
 table-stigs: shorthand2xccdf
 	xsltproc -o $(OUT)/table-rhel5-stig.html $(TRANS)/xccdf2table-stig.xslt $(REFS)/disa-stig-rhel5-v1r0.6-xccdf.xml  
-- 
1.7.1



More information about the scap-security-guide mailing list