diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-27 15:47:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-27 15:47:39 +0000 |
commit | 2f836cd4b4f555059beb70dcbc1751d9e8442817 (patch) | |
tree | d0b10af4a8100ec265e88b1fc0218439b0bc90f2 /usr.bin/doas/doas.conf.5 | |
parent | 053aafb0248b6027507a5f210ccd70fb85633f5b (diff) |
somehow nopass snuck onto the :wheel example. i think it's better without.
Diffstat (limited to 'usr.bin/doas/doas.conf.5')
-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 |