SV-227712r603266_rule
V-227712
SRG-OS-000480
GEN002540
CAT II
10
Change the group ownership of the public directory.
Procedure:
# chgrp root /tmp
(Replace root with a different system group and/or /tmp with a different public directory as necessary.)
Check the group ownership of public directories.
Procedure:
# find / -type d -perm -1002 -exec ls -ld {} \;
If any public directory is not group-owned by root, sys, bin, or an application group (such as mail), this is a finding.
V-227712
False
GEN002540
Check the group ownership of public directories.
Procedure:
# find / -type d -perm -1002 -exec ls -ld {} \;
If any public directory is not group-owned by root, sys, bin, or an application group (such as mail), this is a finding.
M
4061