On 10/3/14, 4:56 PM, Nick Crawford wrote:
From: neo-aeon <nick@null.net>


Signed-off-by: neo-aeon <nick@null.net>
---
 RHEL/7/input/system/permissions/permissions.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RHEL/7/input/system/permissions/permissions.xml b/RHEL/7/input/system/permissions/permissions.xml
index bdc9427..3de71f6 100644
--- a/RHEL/7/input/system/permissions/permissions.xml
+++ b/RHEL/7/input/system/permissions/permissions.xml
@@ -11,10 +11,10 @@ When the variable <i>PART</i> appears in one of the commands below,
 it means that the command is intended to be run repeatedly, with the
 name of each local partition substituted for <i>PART</i> in turn.
 <br /><br />
-The following command prints a list of all ext4 partitions on the local
+The following command prints a list of all xfs partitions on the local
 system, which is the default filesystem for Red Hat Enterprise Linux
-6 installations:
-<pre>$ mount -t ext4 | awk '{print $3}'</pre>
+7 installations:
+<pre>$ mount -t xfs | awk '{print $3}'</pre>
 For any systems that use a different
 local filesystem type, modify this command as appropriate.
 </description>
-- 1.7.1

Entirely sane. Thank you!

Do you happen to have a GitHub account, and could issue a Pull Request?
https://github.com/OpenSCAP/scap-security-guide

If new to GitHub, this may help:
https://github.com/OpenSCAP/scap-security-guide/wiki/SSG-on-GitHub-Primer

If not, no worries, I'll go ahead and merge by hand.