SV-281061r1165538_rule
V-281061
SRG-OS-000206-GPOS-00084
RHEL-10-400220
CAT II
10
Configure RHEL 10 so that the "/var/log" directory has a mode of "0755" by running the following command:
$ sudo chmod 0755 /var/log
Verify RHEL 10 is configured so 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-281061
False
RHEL-10-400220
Verify RHEL 10 is configured so 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
5733