SV-226531r603265_rule
V-226531
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-226531
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
4060