Jamie Gritton 0e5c6bd436 Make it easier for filesystems to count themselves as jail-enabled,
by doing most of the work in a new function prison_add_vfs in kern_jail.c
Now a jail-enabled filesystem need only mark itself with VFCF_JAIL, and
the rest is taken care of.  This includes adding a jail parameter like
allow.mount.foofs, and a sysctl like security.jail.mount_foofs_allowed.
Both of these used to be a static list of known filesystems, with
predefined permission bits.

Reviewed by:	kib
Differential Revision:	D14681
2018-05-04 20:54:27 +00:00
..
2018-05-01 19:17:38 +00:00
2018-02-14 00:12:03 +00:00
2018-05-04 18:57:05 +00:00
2018-04-26 12:23:31 +00:00
2018-05-02 15:59:15 +00:00
2018-04-11 17:28:24 +00:00
2018-05-02 15:59:15 +00:00
2018-03-24 21:30:24 +00:00
2018-05-04 17:17:30 +00:00
2018-05-02 10:19:17 +00:00