>From d88f9fabee99ea70d63f2b722dce91710d29bd8f Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Thu, 23 Aug 2012 18:02:10 -0400 Subject: [PATCH 6/7] General prose update to Permissions section - General language changes for readability and tone consistency --- RHEL6/input/system/permissions/permissions.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/RHEL6/input/system/permissions/permissions.xml b/RHEL6/input/system/permissions/permissions.xml index 81cfbec..5966065 100644 --- a/RHEL6/input/system/permissions/permissions.xml +++ b/RHEL6/input/system/permissions/permissions.xml @@ -7,16 +7,16 @@ principle of least privilege — configure each file, directory, and filesystem to allow only the access needed in order for that file to serve its purpose.

-Note: Several of the commands in this section search -filesystems for files or directories with certain characteristics, -and are intended to be run on every local ext2 or ext3 partition on -a given machine. When the variable PART 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 -PART in turn. +Note: Several of the commands in this section search filesystems +for files or directories with certain characteristics, and are +intended to be run on every local partition on a given machine. +When the variable PART 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 PART in turn.

The following command prints a list of ext4 partitions on the local -machine: +machine, which is the default filesystem for Red Hat Enterprise Linux +6 installations.
$ mount -t ext4 | awk '{print $3}'
If your site uses a local filesystem type other than ext4 then you will need to modify this command. -- 1.7.1