diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-06 11:05:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-06 11:05:22 +0000 |
commit | 3225912d54e73c7d3c2078beb1d6d7099dfe4b4a (patch) | |
tree | 99f14038d60219519549ddbbeecf81eec0b3c497 /usr.bin/sudo | |
parent | f16875338fbe22954a0a20d090d4e378c227e8a2 (diff) |
restore local changes
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r-- | usr.bin/sudo/sudoers | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index bb42f2bc4d6..268fe197b62 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,3 +1,5 @@ +# $OpenBSD: sudoers,v 1.15 2007/09/06 11:05:21 millert Exp $ +# # sudoers file. # # This file MUST be edited with the 'visudo' command as root. @@ -12,6 +14,12 @@ # Cmnd alias specification # Defaults specification +Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE GROUP MAKE MULTI_PACKAGES" +Defaults env_keep +="OKAY_FILES OWNER PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH" +Defaults env_keep +="PKG_TMPDIR PORTSDIR RELEASEDIR SUBPACKAGE" + +# Uncomment to preserve the environment for users in group wheel +#Defaults:%wheel !env_reset # Runas alias specification |