summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_jail.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-3/+2
* The jail syscall calls chroot, which is not mpsafe, so put back aiedowse2002-07-011-0/+2
* - Alleviate jail() from having the burden of acquiring Giant by simplyarr2002-06-261-3/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Make getcredhostname() take a buffer and the buffer's sizerobert2002-02-271-3/+12
* Add a function which returns the correct hostname for a givenrobert2002-02-271-0/+11
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-161-5/+5
* - Move _jail sysctl node underneath _kern_security in order to standardizearr2001-12-121-4/+5
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-0/+17
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-011-1/+1
* - Catch up to the new ucred API.jhb2001-10-111-18/+24
* o Initialize per-jail securelevel from global securelevel as part ofrwatson2001-09-261-0/+1
* KSE Milestone 2julian2001-09-121-3/+4
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),dillon2001-09-011-4/+14
* Anton kindly pointed out (and fixed) a bug in the Jail handling of therwatson2001-08-031-1/+8
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-18/+67
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-311-0/+5
* o Modify jail to limit creation of sockets to UNIX domain sockets,rwatson2000-06-041-1/+8
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-121-0/+9
* Add a version number field to the jail(2) argument so that future changesphk1999-09-191-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add beer-ware license and $Id$phk1999-04-301-0/+11
* Make BOOTP to work again.phk1999-04-301-1/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-0/+114
OpenPOWER on IntegriCloud