At the moment I'm working on a solution to prevent all admins users
(except one particular) from running sudo. I can add a specific user to
sudoers by running: sudo -i echo '$username ALL=(ALL:ALL) ALL' >>
/etc/sudoers Then I'd like to remove %admin ...