SV-269359r1101824_rule
V-269359
SRG-OS-000327-GPOS-00127
ALMA-09-031920
CAT II
10
Configure AlmaLinux OS 9 to not allow users to execute privileged actions without authenticating.
Remove any occurrence of "!authenticate" found in the "/etc/sudoers" file or files in the "/etc/sudoers.d" directory with the following command:
$ sed -i '/\!authenticate/ s/^/# /g' /etc/sudoers /etc/sudoers.d/*
Verify that "/etc/sudoers" has no occurrences of "!authenticate" with the following command:
$ sudo egrep -iR '!authenticate' /etc/sudoers /etc/sudoers.d/
If any occurrences of "!authenticate" are returned, this is a finding.
V-269359
False
ALMA-09-031920
Verify that "/etc/sudoers" has no occurrences of "!authenticate" with the following command:
$ sudo egrep -iR '!authenticate' /etc/sudoers /etc/sudoers.d/
If any occurrences of "!authenticate" are returned, this is a finding.
M
5664