SV-281207r1166573_rule
V-281207
SRG-OS-000445-GPOS-00199
RHEL-10-600520
CAT II
10
Configure RHEL 10 to restrict privilege elevation to authorized personnel.
Remove the following entries from the "/etc/sudoers" file or configuration file under "/etc/sudoers.d/":
ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL
Verify RHEL 10 restricts privilege elevation to authorized personnel with the following command:
$ sudo grep -riw ALL /etc/sudoers /etc/sudoers.d/ | grep -v "#"
If the either of the following entries is returned, this is a finding:
ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL
V-281207
False
RHEL-10-600520
Verify RHEL 10 restricts privilege elevation to authorized personnel with the following command:
$ sudo grep -riw ALL /etc/sudoers /etc/sudoers.d/ | grep -v "#"
If the either of the following entries is returned, this is a finding:
ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL
M
5733