summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-29 00:30:18 +0000
committermm <mm@FreeBSD.org>2012-02-29 00:30:18 +0000
commit77766742e1d536bb65e0b2b9b7bab06d722ccb58 (patch)
tree9e8b5829d1a16cb06fc3ca6022a02aebe8d85d25 /sys/fs/procfs
parent2db0395534d0b3319e7f923a1be5bc6410c3d006 (diff)
downloadFreeBSD-src-77766742e1d536bb65e0b2b9b7bab06d722ccb58.zip
FreeBSD-src-77766742e1d536bb65e0b2b9b7bab06d722ccb58.tar.gz
Add procfs to jail-mountable filesystems.
Reviewed by: jamie MFC after: 1 week
Diffstat (limited to 'sys/fs/procfs')
-rw-r--r--sys/fs/procfs/procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs.c b/sys/fs/procfs/procfs.c
index 3e87895..a41e7d1 100644
--- a/sys/fs/procfs/procfs.c
+++ b/sys/fs/procfs/procfs.c
@@ -209,4 +209,4 @@ procfs_uninit(PFS_INIT_ARGS)
return (0);
}
-PSEUDOFS(procfs, 1);
+PSEUDOFS(procfs, 1, PR_ALLOW_MOUNT_PROCFS);
OpenPOWER on IntegriCloud