Deleted Added
full compact
30c30
< __FBSDID("$FreeBSD: head/sys/kern/kern_jail.c 232186 2012-02-26 16:30:39Z mm $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_jail.c 232278 2012-02-29 00:30:18Z mm $");
206a207
> "allow.mount.procfs",
220a222
> "allow.mount.noprocfs",
4208a4211,4214
> SYSCTL_PROC(_security_jail, OID_AUTO, mount_procfs_allowed,
> CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MPSAFE,
> NULL, PR_ALLOW_MOUNT_PROCFS, sysctl_jail_default_allow, "I",
> "Processes in jail can mount the procfs file system");
4358a4365,4366
> SYSCTL_JAIL_PARAM(_allow_mount, procfs, CTLTYPE_INT | CTLFLAG_RW,
> "B", "Jail may mount the procfs file system");