aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-05 21:03:05 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-05 21:03:05 +0000
commitf3a8d2f93ce69707ed05a48e89d884046f2d8a6a (patch)
tree608077732ab03acb392e93cd02387b0b39403bf6 /share
parent0f2c2ce0a36e12e0f74171b1cf173154ed0f5b9c (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VFS_SET.97
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man9/VFS_SET.9 b/share/man/man9/VFS_SET.9
index 4b55ba75021a..5bc3145ea2ea 100644
--- a/share/man/man9/VFS_SET.9
+++ b/share/man/man9/VFS_SET.9
@@ -70,6 +70,11 @@ Pseudo file system, data does not represent on-disk files.
Loopback file system layer.
.It Dv VFCF_UNICODE
File names are stored as Unicode.
+.It Dv VFCF_JAIL
+can be mounted from within a jail if
+.Va security.jail.mount_allowed
+sysctl is set to
+.Dv 1 .
.El
.Sh PSEUDOCODE
.Bd -literal
@@ -96,6 +101,8 @@ static struct vfsops myfs_vfsops = {
VFS_SET(myfs_vfsops, skelfs, 0);
.Ed
.Sh SEE ALSO
+.Xr jail 2 ,
+.Xr jail 8 ,
.Xr DECLARE_MODULE 9 ,
.Xr vfsconf 9 ,
.Xr vfs_modevent 9