>From ca035c84bc237ebfd9cf85e6afb45c1140d77971 Mon Sep 17 00:00:00 2001 From: Michael McConachie Date: Tue, 2 Oct 2012 10:56:28 -0400 Subject: [PATCH] Updated shorthand2xccdf.xslt --- RHEL6/transforms/shorthand2xccdf.xslt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RHEL6/transforms/shorthand2xccdf.xslt b/RHEL6/transforms/shorthand2xccdf.xslt index be63c4f..b1bfb1a 100644 --- a/RHEL6/transforms/shorthand2xccdf.xslt +++ b/RHEL6/transforms/shorthand2xccdf.xslt @@ -195,7 +195,7 @@ exclude-result-prefixes="xccdf xhtml dc"> the correct value is not returned it does not - no line is returned + the directory in question does not reside on it's own partition or volume group the service is running the service is not running the package is installed @@ -308,9 +308,10 @@ exclude-result-prefixes="xccdf xhtml dc"> - Run the following command to verify that lives on its own partition: + After running the following command verify that is in fact on its own partition, or logical volume: # df -h - It will return a line for if it is on its own partition. + To verify if lives on its own partition, or volume group simply review the output of the above command. + Often times, people forget to assign important system filesystems to individual slices while building the core system. This results in everything "living" under the root volume group -- which in many enterprise environments is not the preferred method. -- 1.7.11.4