aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jailp.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* jail: Add exec.prepare and exec.release command hooksRyan Moeller2020-05-141-0/+2
* jail(8): introduce new command option -e to exhibitEugene Grosbein2018-11-101-0/+1
* security.jail.enforce_statfs is handled by jail_set(2), so handling it inJamie Gritton2018-08-161-1/+0
* - Add exec hook "exec.created". This is called when the jail isAlexander Leidinger2018-08-151-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix up the order in which jail creation processes are run, to preserveJamie Gritton2016-07-141-0/+2
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Implement PF_IMMUTABLE flag and apply it to "name" and "jid" inHiroki Sato2015-07-081-0/+1
* Add mount.procfs jail parameter, so procfs can be mounted when a prison'sJamie Gritton2015-02-061-0/+1
* - Add mount.fdescfs parameter to jail(8). This is similar toHiroki Sato2013-10-121-0/+1
* Reverse the order of some implicit commands (FS mounts and ifconfigs)Jamie Gritton2013-03-281-0/+1
* When writing the jid via the -i flag, do it right when the jail is created,Jamie Gritton2012-05-281-0/+1
* Fix world after byacc import:Baptiste Daroussin2012-05-221-1/+0
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-031-1/+2
* Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-271-1/+1
* Improvements in error messages:Jamie Gritton2012-02-081-1/+2
* Following r222465:Jamie Gritton2011-06-201-0/+6
* Move the actual create/remove (IP__OP) handling into run_command,Jamie Gritton2011-06-181-0/+2
* Update copyright dates and other whitespacey stuff.Jamie Gritton2011-06-171-1/+1
* Split run_command up into an outer function (next_command) that choosesJamie Gritton2011-06-171-7/+6
* Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-171-2/+2
* run_command (mostly) cleanup:Jamie Gritton2010-12-101-6/+5
* Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-041-0/+1
* Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-011-11/+9
* Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-271-5/+13
* Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-201-0/+218