[PATCH 2/2] modified macro to specify runlevels with chkconfig

David Smith dsmith at eclipse.ncsc.mil
Wed Mar 13 15:57:45 UTC 2013


Signed-off-by: David Smith <dsmith at eclipse.ncsc.mil>
---
 RHEL6/transforms/shorthand2xccdf.xslt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/transforms/shorthand2xccdf.xslt b/RHEL6/transforms/shorthand2xccdf.xslt
index d82b5e5..79249d4 100644
--- a/RHEL6/transforms/shorthand2xccdf.xslt
+++ b/RHEL6/transforms/shorthand2xccdf.xslt
@@ -345,7 +345,7 @@ exclude-result-prefixes="xccdf xhtml dc">
 
   <xsl:template match="service-enable-macro">
     The <xhtml:code><xsl:value-of select="@service"/></xhtml:code> service can be enabled with the following command:
-    <xhtml:pre># chkconfig <xsl:value-of select="@service"/> on</xhtml:pre>
+    <xhtml:pre># chkconfig --level 2345 <xsl:value-of select="@service"/> on</xhtml:pre>
   </xsl:template>
 
   <xsl:template match="service-disable-check-macro">
-- 
1.7.1



More information about the scap-security-guide mailing list