SV-269432r1137695_rule
V-269432
SRG-OS-000138-GPOS-00069
ALMA-09-042150
CAT II
10
Configure all public directories to be owned by root or a system account to prevent unauthorized and unintended information transferred via shared system resources.
Set the owner of all public directories as root or a system account using the command, replace "[Public Directory]" with any directory path not owned by root or a system account:
$ chown root [Public Directory]
Verify that world writable directories are owned by root, a system account, or an application account with the following command. It will discover and print world-writable directories that are not owned by root. Run it once for each local partition [PART] e.g. "/":
$ find PART -xdev -type d -perm -0002 -uid +0 -print
If there is output, this is a finding.
V-269432
False
ALMA-09-042150
Verify that world writable directories are owned by root, a system account, or an application account with the following command. It will discover and print world-writable directories that are not owned by root. Run it once for each local partition [PART] e.g. "/":
$ find PART -xdev -type d -perm -0002 -uid +0 -print
If there is output, this is a finding.
M
5664