freebsd-dev/sys/fs/devfs
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
..
devfs_devs.c Merge si_name and __si_namebuf. 2012-02-10 12:40:50 +00:00
devfs_dir.c
devfs_int.h
devfs_rule.c
devfs_vfsops.c To improve control over the use of mount(8) inside a jail(8), introduce 2012-02-23 18:51:24 +00:00
devfs_vnops.c Fix found places where uio_resid is truncated to int. 2012-02-21 01:05:12 +00:00
devfs.h