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