SV-275647r1147991_rule
V-275647
SRG-OS-000373-GPOS-00156
RIIM-OS-432010
CAT II
10
Remove any occurrence of "NOPASSWD" or "!authenticate" found in "/etc/sudoers" file or files in the "/etc/sudoers.d" directory.
Verify the "/etc/sudoers" file has no occurrences of "NOPASSWD" or "!authenticate" by using the following command:
$ sudo grep -Ei '(nopasswd|!authenticate)' /etc/sudoers /etc/sudoers.d/*
If any occurrences of "NOPASSWD" or "!authenticate" return from the command, this is a finding.
V-275647
False
RIIM-OS-432010
Verify the "/etc/sudoers" file has no occurrences of "NOPASSWD" or "!authenticate" by using the following command:
$ sudo grep -Ei '(nopasswd|!authenticate)' /etc/sudoers /etc/sudoers.d/*
If any occurrences of "NOPASSWD" or "!authenticate" return from the command, this is a finding.
M
5706