sudo sudo

Todd C. Miller Todd.Miller at courtesan.com
Fri Apr 6 12:48:51 EDT 2001


You can prevent root from using sudo with a line like:

Default	!root_sudo

at the top of your sudoers file (requires sudo 1.6 or higher).
Alternately you could just disallow sudo as a command for the
user as you have presumably done with ksh.

 - todd



More information about the sudo-users mailing list