SV-281029r1165442_rule
V-281029
SRG-OS-000080-GPOS-00048
RHEL-10-400060
CAT II
10
Configure RHEL 10 so that the owner of the "/etc/shadow" file is set to "root" by running the following command:
$ sudo chown root /etc/shadow
Verify RHEL 10 is configured so that the "/etc/shadow" file is owned by "root" with the following command:
$ sudo stat -c "%U %n" /etc/shadow
root /etc/shadow
If the "/etc/shadow" file does not have an owner of "root", this is a finding.
V-281029
False
RHEL-10-400060
Verify RHEL 10 is configured so that the "/etc/shadow" file is owned by "root" with the following command:
$ sudo stat -c "%U %n" /etc/shadow
root /etc/shadow
If the "/etc/shadow" file does not have an owner of "root", this is a finding.
M
5733