[PATCH] change ext4 to xfs and RHEL 6 to RHEL7

Nick Crawford nick at null.net
Fri Oct 3 20:56:23 UTC 2014


From: neo-aeon <nick at null.net>


Signed-off-by: neo-aeon <nick at 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



More information about the scap-security-guide mailing list