SV-219191r610963_rule
V-219191
SRG-OS-000206-GPOS-00084
UBTU-18-010124
CAT II
10
Configure the Ubuntu operating system to have permissions of 0750 for the /var/log directory by running the following command:
# sudo chmod 0750 /var/log
Verify that the Ubuntu operating system configures the /var/log directory with a mode of 750 or less permissive.
Check the mode of the /var/log directory with the following command:
# stat -c "%n %a" /var/log
/var/log 750
If a value of "750" or less permissive is not returned, this is a finding.
V-219191
False
UBTU-18-010124
Verify that the Ubuntu operating system configures the /var/log directory with a mode of 750 or less permissive.
Check the mode of the /var/log directory with the following command:
# stat -c "%n %a" /var/log
/var/log 750
If a value of "750" or less permissive is not returned, this is a finding.
M
4055