SV-257885r1044953_rule
V-257885
SRG-OS-000206-GPOS-00084
RHEL-09-232025
CAT II
10
Configure the "/var/log" directory to a mode of "0755" by running the following command:
$ sudo chmod 0755 /var/log
Verify that the "/var/log" directory has a mode of "0755" or less permissive with the following command:
$ stat -c '%a %n' /var/log
755 /var/log
If "/var/log" does not have a mode of "0755" or less permissive, this is a finding.
V-257885
False
RHEL-09-232025
Verify that the "/var/log" directory has a mode of "0755" or less permissive with the following command:
$ stat -c '%a %n' /var/log
755 /var/log
If "/var/log" does not have a mode of "0755" or less permissive, this is a finding.
M
5551