SV-226534r603265_rule
V-226534
SRG-OS-000480
GEN001560
CAT III
10
Change the mode of files and directories within user's home directories to 0750.
Procedure:
# chmod 0750 filename
Document all changes.
For each user in the /etc/passwd file, check for files and directories with a mode more permissive than 0750.
Procedure:
# find /<usershomedirectory> ! -fstype nfs \( -perm -0001 -o -perm -0002 -o -perm -0004 -o -perm -0020 -o -perm -2000 -o -perm -4000 \) -exec ls -ld {} \;
If user's home directories contain files or directories more permissive than 0750, this is a finding.
V-226534
False
GEN001560
For each user in the /etc/passwd file, check for files and directories with a mode more permissive than 0750.
Procedure:
# find /<usershomedirectory> ! -fstype nfs \( -perm -0001 -o -perm -0002 -o -perm -0004 -o -perm -0020 -o -perm -2000 -o -perm -4000 \) -exec ls -ld {} \;
If user's home directories contain files or directories more permissive than 0750, this is a finding.
M
4060