SV-230248r627750_rule
V-230248
SRG-OS-000206-GPOS-00084
RHEL-08-010240
CAT II
10
Change the permissions of the directory "/var/log" to "0755" by running the following command:
$ sudo chmod 0755 /var/log
Verify that the "/var/log" directory has a mode of "0755" or less with the following command:
$ sudo stat -c "%a %n" /var/log
755
If a value of "0755" or less permissive is not returned, this is a finding.
V-230248
False
RHEL-08-010240
Verify that the "/var/log" directory has a mode of "0755" or less with the following command:
$ sudo stat -c "%a %n" /var/log
755
If a value of "0755" or less permissive is not returned, this is a finding.
M
2921