]> granicus.if.org Git - sudo/commitdiff
no longer need to specify SETENV when user has sudo ALL
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Jan 2008 22:18:11 +0000 (22:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Jan 2008 22:18:11 +0000 (22:18 +0000)
sudoers

diff --git a/sudoers b/sudoers
index 31755f6d26ac33bf5be9ca83df879f11cf9993ba..7eb4a694f357b3cbfc584b570b3751816d7663e7 100644 (file)
--- a/sudoers
+++ b/sudoers
 # Runas alias specification
 
 # User privilege specification
-root   ALL=(ALL) SETENV: ALL
+root   ALL=(ALL) ALL
 
 # Uncomment to allow people in group wheel to run all commands
-# and set environment variables.
-# %wheel       ALL=(ALL) SETENV: ALL
+# %wheel       ALL=(ALL) ALL
 
 # Same thing without a password
-# %wheel       ALL=(ALL) NOPASSWD: SETENV: ALL
+# %wheel       ALL=(ALL) NOPASSWD: ALL
 
 # Samples
 # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom