freebsd-skq/sys/fs/devfs
mm 1626913ed1 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
..
devfs_devs.c Export devfs inode number allocator for the kernel consumers. 2011-10-05 16:50:15 +00:00
devfs_dir.c Add reference counting for devfs paths containing user created symbolic 2010-09-27 17:47:09 +00:00
devfs_int.h Format prototypes to follow style(9) more closely. 2010-10-12 15:58:52 +00:00
devfs_rule.c Introduce the "ruleset=number" option for devfs(5) mounts. 2012-02-09 10:09:12 +00:00
devfs_vfsops.c Add support for mounting devfs inside jails. 2012-02-09 10:22:08 +00:00
devfs_vnops.c Explicitly use curthread while manipulating td_fpop during last close 2011-12-09 17:49:34 +00:00
devfs.h Introduce the "ruleset=number" option for devfs(5) mounts. 2012-02-09 10:09:12 +00:00