From: neo-aeon <[email protected]>
Signed-off-by: neo-aeon <[email protected]> --- 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 -- SCAP Security Guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide https://github.com/OpenSCAP/scap-security-guide/
