<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/3/14, 4:56 PM, Nick Crawford
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1412369783-25409-2-git-send-email-nick@null.net"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">From: neo-aeon <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:nick@null.net">&lt;nick@null.net&gt;</a>


Signed-off-by: neo-aeon <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:nick@null.net">&lt;nick@null.net&gt;</a>
---
 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 &lt;i&gt;PART&lt;/i&gt; 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 &lt;i&gt;PART&lt;/i&gt; in turn.
 &lt;br /&gt;&lt;br /&gt;
-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:
-&lt;pre&gt;$ mount -t ext4 | awk '{print $3}'&lt;/pre&gt;
+7 installations:
+&lt;pre&gt;$ mount -t xfs | awk '{print $3}'&lt;/pre&gt;
 For any systems that use a different
 local filesystem type, modify this command as appropriate.
 &lt;/description&gt;
<div class="moz-txt-sig">-- 
1.7.1
</div></pre>
      </div>
    </blockquote>
    <br>
    Entirely sane. Thank you!<br>
    <br>
    Do you happen to have a GitHub account, and could issue a Pull
    Request?<br>
    <a class="moz-txt-link-freetext" href="https://github.com/OpenSCAP/scap-security-guide">https://github.com/OpenSCAP/scap-security-guide</a><br>
    <br>
    If new to GitHub, this may help:<br>
<a class="moz-txt-link-freetext" href="https://github.com/OpenSCAP/scap-security-guide/wiki/SSG-on-GitHub-Primer">https://github.com/OpenSCAP/scap-security-guide/wiki/SSG-on-GitHub-Primer</a><br>
    <br>
    If not, no worries, I'll go ahead and merge by hand.<br>
  </body>
</html>