summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-07-27 21:44:12 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-07-27 21:44:12 +0000
commitde3cec76aeca2ff758e9d4bfea9a37dd66130bb1 (patch)
tree4789ebe4a92fa5b6d1c7604e35de713c7e3565e2
parentbfc433f02dd6c3421516562c59fc3160f92f9db0 (diff)
default permitted target is all users, not root.
-rw-r--r--usr.bin/doas/doas.conf.54
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.