diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-30 20:25:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-30 20:25:30 +0000 |
commit | d522d640276fc8cbf25b32d16d0877d72c09b28a (patch) | |
tree | 2d26ff7a8e3fea8551fee9f26ba06643a99a0141 /usr.bin/sudo | |
parent | e49fa6a86f08fbb55b635b90e03ba4374b05ffb1 (diff) |
add commented out example to preserve the environment for users in group wheel
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r-- | usr.bin/sudo/sudoers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index bb42f2bc4d6..56653324654 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -13,6 +13,9 @@ # Defaults specification +# Uncomment to preserve the environment for users in group wheel +#Defaults:%wheel !env_reset + # Runas alias specification # User privilege specification |