SV-216204r603268_rule
V-216204
SRG-OS-000480
SOL-11.1-070260
CAT II
10
The root role is required.
Remove ACLs that are not approved in the security policy.
For ZFS file systems, remove all extended ACLs with the following command:
# chmod A- [filename]
For UFS file systems
Determine the ACLs that are set on a file:
# getfacl [filename]
Remove any ACL configurations that are set:
# setfacl -d [ACL] [filename]
The root role is required.
Identify all file system objects that have non-standard access control lists enabled.
# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -acl -ls
This command should return no output. If output is created, this is a finding.
If the files are approved to have ACLs by organizational security policy, document the files and the reason that ACLs are required.
V-216204
False
SOL-11.1-070260
The root role is required.
Identify all file system objects that have non-standard access control lists enabled.
# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -acl -ls
This command should return no output. If output is created, this is a finding.
If the files are approved to have ACLs by organizational security policy, document the files and the reason that ACLs are required.
M
4021