Allow fdescfs to be mounted from inside a jail
MFC after: 1 week
This commit is contained in:
parent
86e220abc9
commit
f4365abd91
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user