diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-12-17 10:17:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-12-17 10:17:06 +0000 |
commit | ecb8fcc82e11387ec7e7c7ef1ef3e63410008778 (patch) | |
tree | 7e701b8540ea1d88fde1607059dbd8c20505dbc0 /usr.sbin/vmd | |
parent | 8712c969e712d36262695b2ceec33be866e585be (diff) |
kn pointed out that the changes i made to "socket owner" can be
applied to "owner" too;
Diffstat (limited to 'usr.sbin/vmd')
-rw-r--r-- | usr.sbin/vmd/vm.conf.5 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5 index ff3c3cf6694..d10c1e6e294 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.47 2019/12/17 06:59:23 jmc Exp $ +.\" $OpenBSD: vm.conf.5,v 1.48 2019/12/17 10:17:05 jmc Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> @@ -299,12 +299,18 @@ statements, additional default interfaces will be added. .It Cm memory Ar bytes Memory size of the VM, in bytes, rounded to megabytes. The default is 512M. -.It Cm owner Ar user Ns Op : Ns Ar group -Set the owner of the VM to the specified user or group. +.It Cm owner Ar user : Ns Ar group +Set the owner of the VM to the specified user and group. The owner will be allowed to start or stop the VM, pause or unpause the VM, and open the VM's console. -.It Cm owner Pf : Ar group -Set the owner to the specified group. +If only +.Ar user +is given, +only the user is set. +If only +.Pf : Ar group +is given, +only the group is set. .El .Sh VM INSTANCES It is possible to use configured or running VMs as a template for |