SV-215341r508663_rule
V-215341
SRG-OS-000480-GPOS-00227
AIX7-00-003035
CAT II
10
Set the sticky bit on all public directories, such as:
# 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 by running the command:
# find / -type d -perm -002 ! -perm -1000 > wwlist
# cat wwlist
If any directories are listed in the "wwlist" file, this is a finding.
V-215341
False
AIX7-00-003035
Verify all world-writable directories have the sticky bit set by running the command:
# find / -type d -perm -002 ! -perm -1000 > wwlist
# cat wwlist
If any directories are listed in the "wwlist" file, this is a finding.
M
4012