SV-216197r603268_rule
V-216197
SRG-OS-000480
SOL-11.1-070180
CAT II
10
The root role is required.
Change the permissions of the files identified in the check step to remove the world-writable permission.
# pfexec chmod o-w [filename]
The root role is required.
Check for the existence of world-writable files.
# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -type f -perm -0002 -print
If output is produced, this is a finding.
V-216197
False
SOL-11.1-070180
The root role is required.
Check for the existence of world-writable files.
# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -type f -perm -0002 -print
If output is produced, this is a finding.
M
4021