SV-215409r508663_rule
V-215409
SRG-OS-000480-GPOS-00227
AIX7-00-003111
CAT II
10
Remove or change the mode for any world-writable file or directory on the system that is not required to be world-writable by running command:
# chmod o-w <file/directory>
Document all changes.
Check the system for world-writable files and directories by running command:
# find / -perm -2 -a \( -type d -o -type f \) -exec ls -ld {} \;
If any world-writable files or directories are located, except those required for proper system or application operation, such as "/tmp" and "/dev/null", this is a finding.
V-215409
False
AIX7-00-003111
Check the system for world-writable files and directories by running command:
# find / -perm -2 -a \( -type d -o -type f \) -exec ls -ld {} \;
If any world-writable files or directories are located, except those required for proper system or application operation, such as "/tmp" and "/dev/null", this is a finding.
M
4012