diff options
author | Steven Mestdagh <steven@cvs.openbsd.org> | 2007-10-07 13:02:34 +0000 |
---|---|---|
committer | Steven Mestdagh <steven@cvs.openbsd.org> | 2007-10-07 13:02:34 +0000 |
commit | 7d301fc0cffcf6885a1abd24bcc3402a6dd3e9ec (patch) | |
tree | 5a669d3b79d4d9acdc13108725a7c06b93c76011 | |
parent | f0cf7d5f5ded0b200c03dc50a22f19f7dfd06fe9 (diff) |
add SSH_AUTH_SOCK to env_keep.
ok millert@
-rw-r--r-- | usr.bin/sudo/sudoers | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index 0635f838956..e1ca718ca64 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,4 +1,4 @@ -# $OpenBSD: sudoers,v 1.16 2007/10/06 22:17:17 sthen Exp $ +# $OpenBSD: sudoers,v 1.17 2007/10/07 13:02:33 steven Exp $ # # sudoers file. # @@ -17,6 +17,7 @@ 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 WRKOBJDIR" +Defaults env_keep +="SSH_AUTH_SOCK" # Uncomment to preserve the environment for users in group wheel #Defaults:%wheel !env_reset |