diff options
author | 2016-01-01 14:23:21 +0000 | |
---|---|---|
committer | 2016-01-01 14:23:21 +0000 | |
commit | a13f54f7a178d907be6131d9f073b1850aa7e4d5 (patch) | |
tree | 03a0d314c30edda858d36800bb4838be7b102ab1 | |
parent | Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers. (diff) | |
download | wireguard-openbsd-a13f54f7a178d907be6131d9f073b1850aa7e4d5.tar.xz wireguard-openbsd-a13f54f7a178d907be6131d9f073b1850aa7e4d5.zip |
doas.conf lives in /etc. from Amit Kulkarni
-rw-r--r-- | usr.bin/doas/doas.conf.5 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5 index bb0407b02b9..431e93770b7 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.16 2015/09/01 13:20:53 tedu Exp $ +.\" $OpenBSD: doas.conf.5,v 1.17 2016/01/01 14:23:21 tedu Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -13,18 +13,20 @@ .\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: September 1 2015 $ +.Dd $Mdocdate: January 1 2016 $ .Dt DOAS.CONF 5 .Os .Sh NAME .Nm doas.conf .Nd doas configuration file +.Sh SYNOPSIS +.Nm /etc/doas.conf .Sh DESCRIPTION The .Xr doas 1 utility executes commands as other users according to the rules -in the -.Nm +in +.Nm /etc/doas.conf configuration file. .Pp The rules have the following format: |