summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-26 16:30:39 +0000
committermm <mm@FreeBSD.org>2012-02-26 16:30:39 +0000
commitd974ef7be1504142ccd2be94e834e3593558ab87 (patch)
tree84f0b28d51d1352b9703ae77258c3c31d0eaf1d3 /usr.sbin/jail/jail.8
parentb160a2190c63686eb12f922151a5d021ec93634d (diff)
downloadFreeBSD-src-d974ef7be1504142ccd2be94e834e3593558ab87.zip
FreeBSD-src-d974ef7be1504142ccd2be94e834e3593558ab87.tar.gz
Analogous to r232059, add a parameter for the ZFS file system:
allow.mount.zfs: allow mounting the zfs filesystem inside a jail This way the permssions for mounting all current VFCF_JAIL filesystems inside a jail are controlled wia allow.mount.* jail parameters. Update sysctl descriptions. Update jail(8) and zfs(8) manpages. TODO: document the connection of allow.mount.* and VFCF_JAIL for kernel developers MFC after: 10 days
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index e1d3b2d..89910ba 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 23, 2012
+.Dd February 26, 2012
.Dt JAIL 8
.Os
.Sh NAME
@@ -427,6 +427,17 @@ This permission is effective only together with
and if
.Va enforce_statfs
is set to a value lower than 2.
+.It Va allow.mount.zfs
+privileged users inside the jail will be able to mount and unmount the
+ZFS file system.
+This permission is effective only together with
+.Va allow.mount
+and if
+.Va enforce_statfs
+is set to a value lower than 2. See
+.Xr zfs 8
+for information on how to configure the ZFS filesystem to operate from
+within a jail.
.It Va allow.quotas
The prison root may administer quotas on the jail's filesystem(s).
This includes filesystems that the jail may share with other jails or
OpenPOWER on IntegriCloud