freebsd-dev/usr.sbin/jail
Martin Matuska 0cc207a6f5 Add support for mounting devfs inside jails.
A new jail(8) option "devfs_ruleset" defines the ruleset enforcement for
mounting devfs inside jails. A value of -1 disables mounting devfs in
jails, a value of zero means no restrictions. Nested jails can only
have mounting devfs disabled or inherit parent's enforcement as jails are
not allowed to view or manipulate devfs(8) rules.

Utilizes new functions introduced in r231265.

Reviewed by:	jamie
MFC after:	1 month
2012-02-09 10:22:08 +00:00
..
jail.8 Add support for mounting devfs inside jails. 2012-02-09 10:22:08 +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