diff options
author | 2015-07-27 21:44:11 +0000 | |
---|---|---|
committer | 2015-07-27 21:44:11 +0000 | |
commit | 6fc215b31c6767b8bc80b7d23cd473f790035bdd (patch) | |
tree | 4700c33523a70990f501d7554a2dc9b9ade0062d | |
parent | Implement support for __builtin_complex() to construct complex values, (diff) | |
download | wireguard-openbsd-6fc215b31c6767b8bc80b7d23cd473f790035bdd.tar.xz wireguard-openbsd-6fc215b31c6767b8bc80b7d23cd473f790035bdd.zip |
default permitted target is all users, not root.
-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 712996007e5..904dbe3fda9 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.12 2015/07/27 17:57:06 jmc Exp $ +.\" $OpenBSD: doas.conf.5,v 1.13 2015/07/27 21:44:11 tedu Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -68,7 +68,7 @@ Groups may be specified by prepending a colon Numeric IDs are also accepted. .It Ic as Ar target The target user the running user is allowed to run the command as. -The default is root. +The default is all users. .It Ic cmd Ar command The command the user is allowed or denied to run. The default is all commands. |