diff options
author | 2016-06-27 15:47:38 +0000 | |
---|---|---|
committer | 2016-06-27 15:47:38 +0000 | |
commit | 598da1a0e5a47a30695d19cdac3a70d89d521aa1 (patch) | |
tree | 1a8a1f567c1822bcc709c1883afc034c55e55196 | |
parent | revise environment handling. (diff) | |
download | wireguard-openbsd-598da1a0e5a47a30695d19cdac3a70d89d521aa1.tar.xz wireguard-openbsd-598da1a0e5a47a30695d19cdac3a70d89d521aa1.zip |
somehow nopass snuck onto the :wheel example. i think it's better without.
-rw-r--r-- | usr.bin/doas/doas.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5 index 0e8da080ce7..9a1c2dd0dfa 100644 --- a/usr.bin/doas/doas.conf.5 +++ b/usr.bin/doas/doas.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: doas.conf.5,v 1.27 2016/06/27 15:41:17 tedu Exp $ +.\" $OpenBSD: doas.conf.5,v 1.28 2016/06/27 15:47:38 tedu Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -136,7 +136,7 @@ permit nopass setenv { \e MULTI_PACKAGES NOMAN OKAY_FILES OWNER PKG_DBDIR \e PKG_DESTDIR PKG_TMPDIR PORTSDIR RELEASEDIR SHARED_ONLY \e SUBPACKAGE WRKOBJDIR SUDO_PORT_V1 } :wsrc -permit nopass setenv { -ENV PS1=$DOAS_PS1 SSH_AUTH_SOCK } :wheel +permit setenv { -ENV PS1=$DOAS_PS1 SSH_AUTH_SOCK } :wheel permit nopass tedu as root cmd /usr/sbin/procmap permit nopass keepenv root as root .Ed |