SV-215190r508663_rule
V-215190
SRG-OS-000480-GPOS-00227
AIX7-00-001031
CAT II
10
Use the following command to change the owner to "root" for public directories:
# chown root [public_dir]
Check the ownership of all public directories using command:
# 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-215190
False
AIX7-00-001031
Check the ownership of all public directories using command:
# 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
4012