>From 6aa3740d96a43fa3734cc07f905e20e3782b769c Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Sat, 28 Dec 2013 14:23:44 -0500 Subject: [PATCH] [bugfix] Updated USGCB XCCDF variable umask_user_value to var_accounts_user_umask Thanks to the anonymous 'ssgtesting@yahoo.com' for reporting! --- RHEL/6/input/profiles/usgcb-rhel6-server.xml | 2 +- RHEL/6/input/system/accounts/session.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RHEL/6/input/profiles/usgcb-rhel6-server.xml b/RHEL/6/input/profiles/usgcb-rhel6-server.xml index b5233ce..1716e73 100644 --- a/RHEL/6/input/profiles/usgcb-rhel6-server.xml +++ b/RHEL/6/input/profiles/usgcb-rhel6-server.xml @@ -91,7 +91,7 @@ diff --git a/RHEL/6/input/system/accounts/session.xml b/RHEL/6/input/system/accounts/session.xml index c4f4f56..83dcb54 100644 --- a/RHEL/6/input/system/accounts/session.xml +++ b/RHEL/6/input/system/accounts/session.xml @@ -211,7 +211,7 @@ operator="equals" interactive="0"> To ensure the default umask for users of the Bash shell is set properly, add or correct the umask setting in /etc/bashrc to read as follows: -
umask 077
+
umask 077
The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read or @@ -236,7 +236,7 @@ umask 077 To ensure the default umask for users of the C shell is set properly, add or correct the umask setting in /etc/csh.cshrc to read as follows: -
umask 077
+
umask 077
The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read or @@ -260,7 +260,7 @@ umask 077 To ensure the default umask controlled by /etc/profile is set properly, add or correct the umask setting in /etc/profile to read as follows: -
umask 077
+
umask 077
The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read or @@ -284,7 +284,7 @@ umask 077 To ensure the default umask controlled by /etc/login.defs is set properly, add or correct the UMASK setting in /etc/login.defs to read as follows: -
UMASK 077
+
UMASK 077
The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read and -- 1.8.3.1