SV-99251r1_rule
V-88601
SRG-OS-000206-GPOS-00084
VROM-SL-000795
CAT II
10
Change the group of the directory "/var/log" to "root" by running the following command:
# chgrp root /var/log
Verify the "/var/log" directory is group-owned by "root" by running the following command:
# ls -lad /var/log | cut -d' ' -f4
The output must look like the following example:
ls -lad /var/log | cut -d' ' -f4
root
If "root" is not returned as a result, this is a finding.
V-88601
False
VROM-SL-000795
Verify the "/var/log" directory is group-owned by "root" by running the following command:
# ls -lad /var/log | cut -d' ' -f4
The output must look like the following example:
ls -lad /var/log | cut -d' ' -f4
root
If "root" is not returned as a result, this is a finding.
M
3461