From 3c4223a65aaf232b4894657c9d105a799114995c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 14 Feb 2013 15:17:53 +0000 Subject: [PATCH] Revert r246791 as it needs a security review first Reported by: gavin, rwatson --- sys/fs/fdescfs/fdesc_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index 3ca06b9d3fe4..c3dbccfc9724 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|VFCF_JAIL); +VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);