SV-226584r603265_rule
V-226584
SRG-OS-000480
GEN002500
CAT III
10
Set the sticky bit on all public directories.
Procedure:
# chmod 1777 /tmp
(Replace /tmp with the public directory missing the sticky bit, if necessary.)
Verify all world-writable directories have the sticky bit set.
Procedure:
# find / -type d -perm -002 ! -perm -1000 > wwlist
If the sticky bit is not set on a world-writable directory, this is a finding.
V-226584
False
GEN002500
Verify all world-writable directories have the sticky bit set.
Procedure:
# find / -type d -perm -002 ! -perm -1000 > wwlist
If the sticky bit is not set on a world-writable directory, this is a finding.
M
4060