Mike Barcroft
fd7a8150fb
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-02-17 17:26:03 +00:00
2003-01-26 23:34:47 +00:00
2003-01-01 18:49:04 +00:00
2003-03-25 17:40:00 +00:00
2002-05-13 11:09:07 +00:00
2002-09-28 00:25:32 +00:00
2003-04-09 02:55:18 +00:00
2003-03-26 04:02:24 +00:00
2002-12-27 12:15:40 +00:00
2003-03-24 16:02:05 +00:00
2002-12-27 12:15:40 +00:00
2003-02-17 18:56:00 +00:00
2003-03-19 14:15:32 +00:00
2003-04-04 16:59:39 +00:00
2003-02-06 11:25:03 +00:00
2002-12-27 12:15:40 +00:00
2003-03-29 15:15:38 +00:00
2002-05-21 07:08:30 +00:00
2002-12-27 12:15:40 +00:00
2003-03-27 14:35:00 +00:00
2003-03-24 16:02:05 +00:00
2002-08-25 13:10:45 +00:00
2002-09-28 00:25:32 +00:00
2003-03-26 04:02:24 +00:00
2003-04-01 04:49:12 +00:00
2003-03-24 16:02:05 +00:00
2002-05-21 07:08:30 +00:00
2002-05-12 16:01:00 +00:00
2003-01-28 23:03:15 +00:00
2003-04-04 04:16:06 +00:00
2003-04-05 20:30:30 +00:00
2003-01-01 18:49:04 +00:00
2002-10-04 00:24:31 +00:00
2003-04-08 16:52:34 +00:00
2002-05-21 05:41:07 +00:00
2002-09-28 00:25:32 +00:00
2003-03-26 04:02:24 +00:00
2002-09-28 00:25:32 +00:00
2002-10-01 22:02:06 +00:00
2002-05-13 11:09:07 +00:00
2002-09-28 00:25:32 +00:00
2002-05-13 11:09:07 +00:00
2002-05-13 11:09:07 +00:00
2003-04-06 05:25:48 +00:00
2002-11-29 15:57:50 +00:00
2002-05-13 11:09:07 +00:00
2003-04-03 03:34:50 +00:00
2003-03-30 18:00:24 +00:00
2003-01-07 13:18:21 +00:00
2003-04-09 01:52:49 +00:00
2003-04-08 18:04:30 +00:00
2003-01-01 18:49:04 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2003-03-09 19:56:21 +00:00
2003-03-14 01:47:01 +00:00
2003-04-04 13:27:47 +00:00
2003-04-05 20:30:30 +00:00
2003-03-08 11:01:31 +00:00
2002-09-28 00:25:32 +00:00