aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/jail.h
Commit message (Expand)AuthorAgeFilesLines
* Implement functionality I called 'jail services'.Pawel Jakub Dawidek2007-04-051-1/+19
* Make prison_find() globally accessible.Pawel Jakub Dawidek2007-04-051-0/+1
* Add a new priv(9) kernel interface for checking the availability ofRobert Watson2006-11-061-0/+1
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfsPawel Jakub Dawidek2005-06-091-1/+4
* Make prison structure visible from userland if _WANT_PRISON is definedPawel Jakub Dawidek2005-03-201-1/+5
* Add a new sysctl, "security.jail.chflags_allowed", which controls theColin Percival2005-02-081-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Correct mutexes names in comment.Pawel Jakub Dawidek2004-11-241-2/+2
* Give jail(8) the feature to allow raw sockets from within aBosko Milekic2004-04-261-0/+1
* By default, when a process in jail calls getfsstat(), only return theRobert Watson2004-02-141-0/+3
* Defer the vrele() on a jail's root vnode reference from prison_free()Robert Watson2004-01-231-1/+3
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-0/+20
* Include <sys/queue.h> so that this file provides its own namespaceBruce Evans2002-05-061-0/+1
* Remove __PAlfred Perlstein2002-03-191-10/+10
* Make getcredhostname() take a buffer and the buffer's sizeRobert Drehmel2002-02-271-1/+1
* Add a function which returns the correct hostname for a givenRobert Drehmel2002-02-271-0/+1
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-8/+17
* o Introduce pr_securelevel, which holds a per-jail securelevel.Robert Watson2001-09-261-0/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-1/+17
* o Deny access to System V IPC from within jail by default, as in theRobert Watson2000-10-311-0/+1
* o Modify jail to limit creation of sockets to UNIX domain sockets,Robert Watson2000-06-041-0/+1
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,Robert Watson2000-02-121-1/+1
* Fix sysctl namespace for jail: move the kern.jailcansethostname toRobert Watson2000-02-101-0/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Add a version number field to the jail(2) argument so that future changesPoul-Henning Kamp1999-09-191-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-1/+2
* $ brucify -deblunderPoul-Henning Kamp1999-05-161-3/+7
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-0/+41