summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-02-14 15:17:53 +0000
committerbapt <bapt@FreeBSD.org>2013-02-14 15:17:53 +0000
commitdafec87d6530b11c5bda97895b6008e28d4686f2 (patch)
treea0e7b5cfda5b1b252b49d945542d633bc721c138
parent5aae6da9c9a1dfeb2dcc25213594dd296c835b1f (diff)
downloadFreeBSD-src-dafec87d6530b11c5bda97895b6008e28d4686f2.zip
FreeBSD-src-dafec87d6530b11c5bda97895b6008e28d4686f2.tar.gz
Revert r246791 as it needs a security review first
Reported by: gavin, rwatson
-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 3ca06b9..c3dbccf 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);
OpenPOWER on IntegriCloud