Revert r246791 as it needs a security review first

Reported by:	gavin, rwatson
This commit is contained in:
Baptiste Daroussin 2013-02-14 15:17:53 +00:00
parent 3e687cf089
commit 3c4223a65a

View File

@ -237,4 +237,4 @@ static struct vfsops fdesc_vfsops = {
.vfs_unmount = fdesc_unmount,
};
VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC|VFCF_JAIL);
VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);