SV-257917r1101914_rule
V-257917
SRG-OS-000206-GPOS-00084
RHEL-09-232185
CAT II
10
Change the group owner of the "/var/log/messages" file to "root" by running the following command:
$ sudo chgrp root /var/log/messages
Verify the "/var/log/messages" file is group-owned by root with the following command:
$ stat -c "%G %n" /var/log/messages
root /var/log/messages
If "/var/log/messages" does not have a group owner of "root", this is a finding.
V-257917
False
RHEL-09-232185
Verify the "/var/log/messages" file is group-owned by root with the following command:
$ stat -c "%G %n" /var/log/messages
root /var/log/messages
If "/var/log/messages" does not have a group owner of "root", this is a finding.
M
5551