aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/jail.h
Commit message (Expand)AuthorAgeFilesLines
* 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