SV-274128r1120372_rule
V-274128
SRG-OS-000206-GPOS-00084
AZLX-23-002330
CAT II
10
Configure Amazon Linux 2023 so that the "/var/log/messages" file has a mode of "0640" with the following command:
$ sudo chmod 0640 /var/log/messages
Verify Amazon Linux 2023 is configured so that 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-274128
False
AZLX-23-002330
Verify Amazon Linux 2023 is configured so that 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
5700