SV-275607r1147871_rule
V-275607
SRG-OS-000138-GPOS-00069
RIIM-OS-232145
CAT II
10
Configure all public directories to have the sticky bit set to prevent unauthorized and unintended information transferred via shared system resources.
Set the sticky bit on all public directories using the following command, replacing "<public_directory_name>" with any directory path missing the sticky bit:
$ sudo chmod +t <public_directory_name>
Verify that all public directories have the public sticky bit set by using the following command:
$ sudo find / -type d -perm -002 ! -perm -1000
If any public directories are found missing the sticky bit, this is a finding.
V-275607
False
RIIM-OS-232145
Verify that all public directories have the public sticky bit set by using the following command:
$ sudo find / -type d -perm -002 ! -perm -1000
If any public directories are found missing the sticky bit, this is a finding.
M
5706