SV-227685r603266_rule
V-227685
SRG-OS-000480
GEN001940
CAT II
10
Remove the world-writable permission of files referenced by local initialization scripts, or remove the references to these files in the local initialization scripts.
Check local initialization files for any executed world-writable programs or scripts.
Procedure:
# find / -perm -002 -type f | egrep -v '^(/proc|/system/contract)' > wwlist
# fgrep -f wwlist /<usershomedirectory>/.*
If any local initialization file executes a world-writable program or script, this is a finding.
V-227685
False
GEN001940
Check local initialization files for any executed world-writable programs or scripts.
Procedure:
# find / -perm -002 -type f | egrep -v '^(/proc|/system/contract)' > wwlist
# fgrep -f wwlist /<usershomedirectory>/.*
If any local initialization file executes a world-writable program or script, this is a finding.
M
4061