SV-100373r1_rule
V-89723
SRG-OS-000206-GPOS-00084
VRAU-SL-000825
CAT II
10
Change the owner of the directory /var/log to "root" by running the following command:
# chown root /var/log
Verify that the /var/log directory is owned by "root" by running the following command:
# ls -lad /var/log | cut -d' ' -f3
The output must look like the following example:
ls -lad /var/log | cut -d' ' -f3
root
If "root" is not returned as a result, this is a finding.
V-89723
False
VRAU-SL-000825
Verify that the /var/log directory is owned by "root" by running the following command:
# ls -lad /var/log | cut -d' ' -f3
The output must look like the following example:
ls -lad /var/log | cut -d' ' -f3
root
If "root" is not returned as a result, this is a finding.
M
3459