SV-227697r603266_rule
V-227697
SRG-OS-000480
GEN002230
CAT II
10
Remove the extended ACL from the file.
# chmod A- [shell]
If /etc/shells exists, check the permissions of each shell referenced.
# cat /etc/shells | xargs -n1 ls -lL
Otherwise, check any shells found on the system.
# find / -name "*sh" | xargs -n1 ls -lL
If the permissions include a "+", the file has an extended ACL, this is a finding.
V-227697
False
GEN002230
If /etc/shells exists, check the permissions of each shell referenced.
# cat /etc/shells | xargs -n1 ls -lL
Otherwise, check any shells found on the system.
# find / -name "*sh" | xargs -n1 ls -lL
If the permissions include a "+", the file has an extended ACL, this is a finding.
M
4061