mike 75859ca578 o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
  fields (pr_path for reporting and pr_root vnode instance) to store
  the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
  vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
  to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
  struct xprison instances that represent a snapshot of active jails.

Reviewed by:	rwatson, tjr
2003-04-09 02:55:18 +00:00
..
2003-03-25 04:32:52 +00:00
2003-04-01 02:34:21 +00:00
2003-03-13 23:07:09 +00:00
2003-02-14 12:44:48 +00:00
2002-12-22 05:35:03 +00:00
2003-01-07 20:10:04 +00:00
2003-03-10 20:24:54 +00:00
2003-02-12 07:00:59 +00:00
2002-10-02 09:09:25 +00:00
2003-03-19 00:33:38 +00:00
2003-02-20 03:26:11 +00:00
2003-04-01 02:34:21 +00:00
2003-04-08 18:24:28 +00:00
2003-03-07 22:47:32 +00:00
2003-03-23 19:41:34 +00:00