[PATCH 1/2] removed some unusued Make actions

Jeffrey Blank blank at eclipse.ncsc.mil
Wed Apr 3 21:10:08 UTC 2013


Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
---
 RHEL6/Makefile                                 |    5 ++---
 RHEL6/transforms/xccdf-apply-overlay-stig.xslt |    2 ++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/RHEL6/Makefile b/RHEL6/Makefile
index 85e6ff5..777d44a 100644
--- a/RHEL6/Makefile
+++ b/RHEL6/Makefile
@@ -83,9 +83,8 @@ table-stigs: shorthand2xccdf table-srgmap
 #	xsltproc -stringparam profile "stig-rhel6-server" -stringparam format "flat" -o $(OUT)/table-stig-rhel6-server-flat.html \
 #		$(TRANS)/xccdf2table-profileccirefs.xslt \
 #		$(OUT)/unlinked-stig-rhel6-xccdf.xml  
-	xsltproc --novalid --html -o $(OUT)/table-stig-rhel6-server-flat-srgs.html $(TRANS)/table-add-srgitems.xslt $(OUT)/table-stig-rhel6-server-flat.html
-	xsltproc --novalid --html -o $(OUT)/table-stig-rhel6-server-srgs.html $(TRANS)/table-add-srgitems.xslt $(OUT)/table-stig-rhel6-server.html
-	xsltproc --html -o $(OUT)/table-stig-rhel6-server-flat.html $(TRANS)/table-add-vulnids.xslt $(OUT)/table-stig-rhel6-server-flat.html
+#	xsltproc --novalid --html -o $(OUT)/table-stig-rhel6-server-flat-srgs.html $(TRANS)/table-add-srgitems.xslt $(OUT)/table-stig-rhel6-server-flat.html
+#	xsltproc --novalid --html -o $(OUT)/table-stig-rhel6-server-srgs.html $(TRANS)/table-add-srgitems.xslt $(OUT)/table-stig-rhel6-server.html
 
 tables: table-refs table-idents table-srgmap table-stigs
 
diff --git a/RHEL6/transforms/xccdf-apply-overlay-stig.xslt b/RHEL6/transforms/xccdf-apply-overlay-stig.xslt
index 32bc0ae..1d67a12 100644
--- a/RHEL6/transforms/xccdf-apply-overlay-stig.xslt
+++ b/RHEL6/transforms/xccdf-apply-overlay-stig.xslt
@@ -12,6 +12,8 @@
 
   <xsl:template match="xccdf:Benchmark">
     <xsl:copy>
+    <title>Pre-release Final STIG for Red Hat Enterprise Linux 6</title>
+
   	<xsl:variable name="rules" select="//xccdf:Rule"/>
 
     <xsl:for-each select="$overlays/xccdf:overlay">  <!-- make sure overlays file namespace is XCCDF (hack) -->
-- 
1.7.1



More information about the scap-security-guide mailing list