freebsd-nq/usr.sbin/jail
Martin Matuska bf3db8aa65 To improve control over the use of mount(8) inside a jail(8), introduce
a new jail parameter node with the following parameters:

allow.mount.devfs:
	allow mounting the devfs filesystem inside a jail

allow.mount.nullfs:
	allow mounting the nullfs filesystem inside a jail

Both parameters are disabled by default (equals the behavior before
devfs and nullfs in jails). Administrators have to explicitly allow
mounting devfs and nullfs for each jail. The value "-1" of the
devfs_ruleset parameter is removed in favor of the new allow setting.

Reviewed by:	jamie
Suggested by:	pjd
MFC after:	2 weeks
2012-02-23 18:51:24 +00:00
..
jail.8 To improve control over the use of mount(8) inside a jail(8), introduce 2012-02-23 18:51:24 +00:00
jail.c Try resolving jail path with realpath(3). 2012-01-24 08:04:38 +00:00
Makefile Check for IPv4 or IPv6 to be available by the kernel to not 2011-05-29 21:03:40 +00:00