SV-209018r603263_rule
V-209018
SRG-OS-000480
OL6-00-000282
CAT II
10
It is generally a good idea to remove global (other) write access to a file when it is discovered. However, check with documentation for specific applications before making changes. Also, monitor for recurring world-writable files, as these may be symptoms of a misconfigured application or user account.
To find world-writable files, run the following command for each local partition [PART], excluding special filesystems such as /selinux, /proc, or /sys:
# find [PART] -xdev -type f -perm -002
If there is output, this is a finding.
V-209018
False
OL6-00-000282
To find world-writable files, run the following command for each local partition [PART], excluding special filesystems such as /selinux, /proc, or /sys:
# find [PART] -xdev -type f -perm -002
If there is output, this is a finding.
M
2928