SV-219169r610963_rule
V-219169
SRG-OS-000134-GPOS-00068
UBTU-18-010037
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 that the sudo group has only members who should have access to security functions.
# 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-219169
False
UBTU-18-010037
Verify that the sudo group has only members who should have access to security functions.
# 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
4055