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