SV-227657r603266_rule
V-227657
SRG-OS-000480
GEN001490
CAT III
10
Remove the extended ACL from the file.
# chmod A- [user home directory with extended ACL]
Verify user's home directories have no extended ACLs.
# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld
If the permissions include a "+", the file has an extended ACL, this is a finding.
V-227657
False
GEN001490
Verify user's home directories have no extended ACLs.
# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld
If the permissions include a "+", the file has an extended ACL, this is a finding.
M
4061