summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2019-12-17 19:57:22 +0000
committerkn <kn@openbsd.org>2019-12-17 19:57:22 +0000
commitacf231f440f9a68ef5a7c3e94aa91e02b260631f (patch)
treef84223e36f88afbd7b7191899a750309f032c521 /usr.sbin/vmd
parentUse correct size when zeroing out dinode. (diff)
downloadwireguard-openbsd-acf231f440f9a68ef5a7c3e94aa91e02b260631f.tar.xz
wireguard-openbsd-acf231f440f9a68ef5a7c3e94aa91e02b260631f.zip
"allow instance {...}" requires options
The parameter block must not be omitted, so remove the Op markup.
Diffstat (limited to 'usr.sbin/vmd')
-rw-r--r--usr.sbin/vmd/vm.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5
index d10c1e6e294..662bfa94ae5 100644
--- a/usr.sbin/vmd/vm.conf.5
+++ b/usr.sbin/vmd/vm.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vm.conf.5,v 1.48 2019/12/17 10:17:05 jmc Exp $
+.\" $OpenBSD: vm.conf.5,v 1.49 2019/12/17 19:57:22 kn Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -153,7 +153,7 @@ Typically this is a hostname.
.Pp
Followed by a block of parameters that is enclosed in curly brackets:
.Bl -tag -width Ds
-.It Cm allow instance Op Brq ...
+.It Cm allow instance Brq ...
Set the permissions to create VM instances.
See
.Sx VM INSTANCES .
@@ -339,7 +339,7 @@ The allowed instance options are configured in the
.Ar parent
VM:
.Bl -tag -width Ds
-.It Cm allow instance Op Brq ...
+.It Cm allow instance Brq ...
Allow users to use this VM as a template for VM instances.
By default, the root user can always create instances without
restrictions and users or non-root owners cannot create instances.