[PATCH] modified makefile to remove test attestation tags for prose output

David Smith dsmith at eclipse.ncsc.mil
Mon May 20 17:28:03 UTC 2013


---
 RHEL6/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/RHEL6/Makefile b/RHEL6/Makefile
index 3e0ba59..7edef74 100644
--- a/RHEL6/Makefile
+++ b/RHEL6/Makefile
@@ -37,6 +37,7 @@ guide: shorthand2xccdf
 #	remove auxiliary Groups which are only for use in tables, and not guide output.
 #	specifying a nonexistent profile, "allrules," to make oscap print all Rules
 	xsltproc -o $(OUT)/unlinked-rhel6-xccdf-guide.xml $(TRANS)/xccdf-removeaux.xslt $(OUT)/unlinked-rhel6-xccdf.xml
+	xsltproc -o $(OUT)/unlinked-notest-rhel6-xccdf-guide.xml $(TRANS)/xccdf-removetested.xslt $(OUT)/unlinked-rhel6-xccdf-guide.xml
 	oscap xccdf generate guide --profile allrules $(OUT)/unlinked-rhel6-xccdf-guide.xml > $(OUT)/rhel6-guide.html
 
 # example, if needed: for converting XCCDF into shorthand
-- 
1.7.1



More information about the scap-security-guide mailing list