SV-275585r1147805_rule
V-275585
SRG-OS-000206-GPOS-00084
RIIM-OS-232030
CAT II
10
Configure Ubuntu OS to have permissions of "640" for the "/var/log/syslog" file by using the following command:
$ sudo chmod 0640 /var/log/syslog
Verify that Ubuntu OS configures the "/var/log/syslog" file with mode "640" or less permissive by using the following command:
$ stat -c "%n %a" /var/log/syslog
/var/log/syslog 640
If a value of "640" or less permissive is not returned, this is a finding.
V-275585
False
RIIM-OS-232030
Verify that Ubuntu OS configures the "/var/log/syslog" file with mode "640" or less permissive by using the following command:
$ stat -c "%n %a" /var/log/syslog
/var/log/syslog 640
If a value of "640" or less permissive is not returned, this is a finding.
M
5706