Allow fdescfs to be mounted from inside a jail

MFC after:	1 week
This commit is contained in:
Baptiste Daroussin 2013-02-14 13:03:15 +00:00
parent 86e220abc9
commit f4365abd91

View File

@ -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);