summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-02-14 13:03:15 +0000
committerbapt <bapt@FreeBSD.org>2013-02-14 13:03:15 +0000
commit99980d8453a0138a7b83d57e7cbb446458c4e2ec (patch)
tree3932cfcec3248108e9e9a20d37216a8ac3750303 /sys/fs/fdescfs
parentefbce5fcea5903190e1fd6186d3c8ccccc8a033a (diff)
downloadFreeBSD-src-99980d8453a0138a7b83d57e7cbb446458c4e2ec.zip
FreeBSD-src-99980d8453a0138a7b83d57e7cbb446458c4e2ec.tar.gz
Allow fdescfs to be mounted from inside a jail
MFC after: 1 week
Diffstat (limited to 'sys/fs/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index c3dbccf..3ca06b9 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -237,4 +237,4 @@ static struct vfsops fdesc_vfsops = {
.vfs_unmount = fdesc_unmount,
};
-VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);
+VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC|VFCF_JAIL);
OpenPOWER on IntegriCloud