SV-219192r610963_rule
V-219192
SRG-OS-000206-GPOS-00084
UBTU-18-010125
CAT II
10
Configure the Ubuntu operating system to have adm group-own the /var/log/syslog file by running the following command:
# sudo chgrp adm /var/log/syslog
Verify that the Ubuntu operating system configures the /var/log/syslog file to be group-owned by adm.
Check that the /var/log/syslog file is group-owned by adm with the following command:
# sudo stat -c "%n %G" /var/log/syslog
/var/log/syslog adm
If the /var/log/syslog file is not group-owned by adm, this is a finding.
V-219192
False
UBTU-18-010125
Verify that the Ubuntu operating system configures the /var/log/syslog file to be group-owned by adm.
Check that the /var/log/syslog file is group-owned by adm with the following command:
# sudo stat -c "%n %G" /var/log/syslog
/var/log/syslog adm
If the /var/log/syslog file is not group-owned by adm, this is a finding.
M
4055