SV-260559r958518_rule
V-260559
SRG-OS-000134-GPOS-00068
UBTU-22-432015
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 by using the following command:
$ grep sudo /etc/group
sudo:x:27:<username>
If the sudo group contains users not needing access to security functions, this is a finding.
V-260559
False
UBTU-22-432015
Verify the sudo group has only members who require access to security functions by using the following command:
$ grep sudo /etc/group
sudo:x:27:<username>
If the sudo group contains users not needing access to security functions, this is a finding.
M
5594