Signed-off-by: David Smith <[email protected]>
---
 RHEL6/transforms/shorthand2xccdf.xslt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RHEL6/transforms/shorthand2xccdf.xslt 
b/RHEL6/transforms/shorthand2xccdf.xslt
index 79249d4..1a849e2 100644
--- a/RHEL6/transforms/shorthand2xccdf.xslt
+++ b/RHEL6/transforms/shorthand2xccdf.xslt
@@ -300,14 +300,14 @@ exclude-result-prefixes="xccdf xhtml dc">
 
   <xsl:template match="fileowner-check-macro">
     To check the ownership of <xhtml:code><xsl:value-of 
select="@file"/></xhtml:code>, run the command:
-    <xhtml:pre>$ ls -l <xsl:value-of select="@file"/></xhtml:pre>
+    <xhtml:pre>$ ls -lL <xsl:value-of select="@file"/></xhtml:pre>
     If properly configured, the output should indicate the following owner:
     <xhtml:code><xsl:value-of select="@owner"/></xhtml:code>
   </xsl:template>
 
   <xsl:template match="filegroupowner-check-macro">
     To check the group ownership of <xhtml:code><xsl:value-of 
select="@file"/></xhtml:code>, run the command:
-    <xhtml:pre>$ ls -l <xsl:value-of select="@file"/></xhtml:pre>
+    <xhtml:pre>$ ls -lL <xsl:value-of select="@file"/></xhtml:pre>
     If properly configured, the output should indicate the following 
group-owner.
     <xhtml:code><xsl:value-of select="@group"/></xhtml:code>
   </xsl:template>
-- 
1.7.1

_______________________________________________
scap-security-guide mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide

Reply via email to