Imported Upstream version 1.6.9p6
[debian/sudo] / sudoers
diff --git a/sudoers b/sudoers
index 36f78b3923eda33032416012e148d09eb15f76cc..bb42f2bc4d6afd73034b87711e3e290cf1d7ca2a 100644 (file)
--- a/sudoers
+++ b/sudoers
 # Runas alias specification
 
 # User privilege specification
-root   ALL=(ALL) ALL
+root   ALL=(ALL) SETENV: ALL
 
 # Uncomment to allow people in group wheel to run all commands
-# %wheel       ALL=(ALL)       ALL
+# and set environment variables.
+# %wheel       ALL=(ALL) SETENV: ALL
 
 # Same thing without a password
-# %wheel       ALL=(ALL)       NOPASSWD: ALL
+# %wheel       ALL=(ALL) NOPASSWD: SETENV: ALL
 
 # Samples
 # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom