SV-226583r603265_rule
V-226583
SRG-OS-000480
GEN002480
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.
Procedure:
# chmod o-w <file/directory>
Document all changes.
Check the system for world-writable files and directories.
Procedure:
# 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-226583
False
GEN002480
Check the system for world-writable files and directories.
Procedure:
# 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
4060