SV-257886r1044955_rule
V-257886
SRG-OS-000206-GPOS-00084
RHEL-09-232030
CAT II
10
Configure the "/var/log/messages" file to have a mode of "0640" by running the following command:
$ sudo chmod 0640 /var/log/messages
Verify the "/var/log/messages" file has a mode of "0640" or less permissive with the following command:
$ stat -c '%a %n' /var/log/messages
600 /var/log/messages
If "/var/log/messages" does not have a mode of "0640" or less permissive, this is a finding.
V-257886
False
RHEL-09-232030
Verify the "/var/log/messages" file has a mode of "0640" or less permissive with the following command:
$ stat -c '%a %n' /var/log/messages
600 /var/log/messages
If "/var/log/messages" does not have a mode of "0640" or less permissive, this is a finding.
M
5551