SV-227711r603266_rule
V-227711
SRG-OS-000312
GEN002520
CAT II
10
Change the owner of public directories to root or an application account.
Procedure:
# chown root /tmp
(Replace root with an application user and/or /tmp with another public directory as necessary.)
Check the ownership of all public directories.
Procedure:
# find / -type d -perm -1002 -exec ls -ld {} \;
If any public directory is not owned by root or an application user, this is a finding.
V-227711
False
GEN002520
Check the ownership of all public directories.
Procedure:
# find / -type d -perm -1002 -exec ls -ld {} \;
If any public directory is not owned by root or an application user, this is a finding.
M
4061