diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2018-08-01 00:39:21 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2018-08-01 00:39:21 +0000 |
commit | be963beee62a77ae16d14c568c246994abf3f07c (patch) | |
tree | cc7b11674f68524747c46007ed27ef479fc53685 /usr.sbin | |
parent | a5c4d9335b523907d1207383bcf7e0af954db976 (diff) | |
download | src-test2-be963beee62a77ae16d14c568c246994abf3f07c.tar.gz src-test2-be963beee62a77ae16d14c568c246994abf3f07c.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 2420733f37f3..f5ea5d1fce75 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 29, 2018 +.Dd July 30, 2018 .Dt JAIL 8 .Os .Sh NAME @@ -650,6 +650,12 @@ See .Xr zfs 8 for information on how to configure the ZFS filesystem to operate from within a jail. +.It Va allow.vmm +The jail may access +.Xr vmm 4 . +This flag is only available when the +.Xr vmm 4 +kernel module is loaded. .It Va linux Determine how a jail's Linux emulation environment appears. A value of @@ -1294,6 +1300,7 @@ environment of the first jail. .Xr ps 1 , .Xr quota 1 , .Xr jail_set 2 , +.Xr vmm 4 , .Xr devfs 5 , .Xr fdescfs 5 , .Xr jail.conf 5 , |