SV-257891r991589_rule
V-257891
SRG-OS-000480-GPOS-00227
RHEL-09-232055
CAT II
10
Change the mode of the file "/etc/group" to "0644" by running the following command:
$ sudo chmod 0644 /etc/group
Verify that the "/etc/group" file has mode "0644" or less permissive with the following command:
$ sudo stat -c "%a %n" /etc/group
644 /etc/group
If a value of "0644" or less permissive is not returned, this is a finding.
V-257891
False
RHEL-09-232055
Verify that the "/etc/group" file has mode "0644" or less permissive with the following command:
$ sudo stat -c "%a %n" /etc/group
644 /etc/group
If a value of "0644" or less permissive is not returned, this is a finding.
M
5551