SV-226530r603265_rule
V-226530
SRG-OS-000312
GEN001480
CAT II
10
Change the mode of users' home directories to 0750 or less permissive.
Procedure (example):
# chmod 0750 <home directory>
Check the home directory mode of each user in /etc/passwd.
Procedure:
# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld | more
If a user's home directory's mode is more permissive than 0750, this is a finding.
NOTE: Application directories are allowed and may need 0755 permissions (or greater) for correct operation.
V-226530
False
GEN001480
Check the home directory mode of each user in /etc/passwd.
Procedure:
# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld | more
If a user's home directory's mode is more permissive than 0750, this is a finding.
NOTE: Application directories are allowed and may need 0755 permissions (or greater) for correct operation.
M
4060