SV-226581r603265_rule
V-226581
SRG-OS-000480
GEN002440
CAT II
10
All files with the setgid bit set will be documented in the system baseline and authorized by the Information Systems Security Officer. Locate all setgid files with the following command.
find / -perm -2000 -exec ls -lLd {} \;
Ensure setgid files are part of the operating system software, documented application software, documented utility software, or documented locally developed software. Ensure none are text files or shell programs.
Locate all setgid files on the system.
Procedure:
# find / -perm -2000
If the ownership, permissions, location, and ACLs of all files with the setgid bit set are not documented, this is a finding.
V-226581
False
GEN002440
Locate all setgid files on the system.
Procedure:
# find / -perm -2000
If the ownership, permissions, location, and ACLs of all files with the setgid bit set are not documented, this is a finding.
M
4060