SV-261349r996502_rule
V-261349
SRG-OS-000480-GPOS-00228
SLEM-05-411015
CAT II
10
Configure SLEM 5 to define the default permissions for all authenticated users in such a way that the users can only read and modify their own files.
Add or modify the following line in the "/etc/login.defs" file:
UMASK 077
Verify SLEM 5 defines default permissions for all authenticated users in such a way that the users can only read and modify their own files with the following command:
> grep -i "^umask" /etc/login.defs
UMASK 077
If the "UMASK" variable is set to "000", the severity is raised to a CAT I and this is a finding.
If the value of "UMASK" is not set to "077", the line is commented out, or the line is missing, this is a finding.
V-261349
False
SLEM-05-411015
Verify SLEM 5 defines default permissions for all authenticated users in such a way that the users can only read and modify their own files with the following command:
> grep -i "^umask" /etc/login.defs
UMASK 077
If the "UMASK" variable is set to "000", the severity is raised to a CAT I and this is a finding.
If the value of "UMASK" is not set to "077", the line is commented out, or the line is missing, this is a finding.
M
5596