]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Analogous to r232059, add a parameter for the ZFS file system:
authormm <mm@FreeBSD.org>
Sun, 26 Feb 2012 16:30:39 +0000 (16:30 +0000)
committermm <mm@FreeBSD.org>
Sun, 26 Feb 2012 16:30:39 +0000 (16:30 +0000)
commitd974ef7be1504142ccd2be94e834e3593558ab87
tree84f0b28d51d1352b9703ae77258c3c31d0eaf1d3
parentb160a2190c63686eb12f922151a5d021ec93634d
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
cddl/contrib/opensolaris/cmd/zfs/zfs.8
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
sys/kern/kern_jail.c
sys/sys/jail.h
usr.sbin/jail/jail.8