SV-270748r1066733_rule
V-270748
SRG-OS-000134-GPOS-00068
UBTU-24-600130
CAT I
10
Configure the sudo group with only members requiring access to security functions.
To remove a user from the sudo group, run:
$ sudo gpasswd -d <username> sudo
Verify the sudo group has only members who require access to security functions with the following command:
$ grep sudo /etc/group
sudo:x:27:foo
If the sudo group contains users not needing access to security functions, this is a finding.
V-270748
False
UBTU-24-600130
Verify the sudo group has only members who require access to security functions with the following command:
$ grep sudo /etc/group
sudo:x:27:foo
If the sudo group contains users not needing access to security functions, this is a finding.
M
5673