summaryrefslogtreecommitdiff
path: root/usr.sbin/jail/config.c
Commit message (Expand)AuthorAgeFilesLines
* Disregard jails in jail.conf that have bad parameters (parameter/variableJamie Gritton2020-08-271-0/+3
* Don't allow jail.conf variables to have the same names as jail parameters.Jamie Gritton2020-08-271-1/+14
* Back out r364791 to unbreak jails. Lesson learned: "compile and test" meansJamie Gritton2020-08-261-2/+1
* Handle jail.conf variables that have the same names as parameters.Jamie Gritton2020-08-261-1/+2
* jail: Add exec.prepare and exec.release command hooksRyan Moeller2020-05-141-0/+2
* Use memmove to copy within a bufferAndrew Turner2020-04-011-2/+2
* 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
* Don't bother checking an ip[46].addr netmask/prefixlen. This is alreadyJamie Gritton2016-01-161-18/+3
* Implement PF_IMMUTABLE flag and apply it to "name" and "jid" inHiroki Sato2015-07-081-2/+7
* Fix offset calculation in variable substitutionHiroki Sato2015-07-081-8/+8
* Add mount.procfs jail parameter, so procfs can be mounted when a prison'sJamie Gritton2015-02-061-0/+1
* Added support for extra ifconfig args to jail ip4.addr & ip6.addr paramsSteven Hartland2014-08-041-1/+11
* - 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-4/+4
* Move properly to the next parameter when jailparam_init failsJamie Gritton2012-10-041-0/+1
* Partially roll back r239601 - keep parameter strings both length-delimitedJamie Gritton2012-08-231-4/+5
* Remember that I'm using length-defined strings in parameters:Jamie Gritton2012-08-231-5/+3
* Fix world after byacc import:Baptiste Daroussin2012-05-221-0/+2
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-031-4/+4
* Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-271-1/+1
* Following r222465:Jamie Gritton2011-06-201-49/+72
* Linty stuff.Jamie Gritton2011-06-201-2/+1
* 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-0/+1
* Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-171-33/+32
* Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-041-2/+39
* Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-011-48/+41
* Use a little more "ifdef INET6".Jamie Gritton2010-10-271-6/+16
* Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-271-117/+100
* Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-201-0/+786