diff options
author | 2007-10-07 13:02:33 +0000 | |
---|---|---|
committer | 2007-10-07 13:02:33 +0000 | |
commit | a6f48fd5f78aa09b78811efe48fda380567d0ac2 (patch) | |
tree | 64722f63f02961005ec8421afe36a180ff9c4f19 | |
parent | Typo, from Mark Peoples (diff) | |
download | wireguard-openbsd-a6f48fd5f78aa09b78811efe48fda380567d0ac2.tar.xz wireguard-openbsd-a6f48fd5f78aa09b78811efe48fda380567d0ac2.zip |
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 |