From: Todd C. Miller Date: Tue, 15 Jan 2008 22:18:11 +0000 (+0000) Subject: no longer need to specify SETENV when user has sudo ALL X-Git-Tag: SUDO_1_7_0~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb4b049788dc7b97df9a0c64185ebb454c79de85;p=sudo no longer need to specify SETENV when user has sudo ALL --- diff --git a/sudoers b/sudoers index 31755f6d2..7eb4a694f 100644 --- a/sudoers +++ b/sudoers @@ -18,14 +18,13 @@ # 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