aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
Commit message (Expand)AuthorAgeFilesLines
* usr.bin/jail: Fix tests when using kyua -v parallelism=NAlex Richardson2021-02-041-0/+2
* jail: introduce per jail suser_enabled settingMariusz Zaborski2020-11-181-1/+9
* 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-145-2/+19
* jail(8): improve manual and usage information with more clearEugene Grosbein2020-04-172-4/+8
* Use memmove to copy within a bufferAndrew Turner2020-04-011-2/+2
* revert r354935 and apply fix for cleandir failureEd Maste2019-11-211-0/+7
* Revert r354896, r354899, r354900:Glen Barber2019-11-211-7/+0
* Use the correct variable, also limit the scope to bfdLi-Wen Hsu2019-11-201-1/+1
* Limit the workaround to riscv onlyLi-Wen Hsu2019-11-201-0/+2
* Workaround riscv64 build when using binutils 2.33.1Li-Wen Hsu2019-11-201-0/+5
* add ability to set watchdog timeout for a shutdownAndriy Gapon2019-10-032-6/+6
* [jail] removal by jid doesn't trigger pre/post stop scriptsMichael Zhilin2019-09-125-23/+194
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-1/+2
* Change ed(4), ep(4), and fxp(4) examples to em(4).Brooks Davis2019-05-181-2/+2
* Clarify error messages a bit.Dmitry Morozovsky2019-01-181-3/+3
* jail(8): stop crashing with SIGSEGV inside run_command() functionEugene Grosbein2019-01-171-1/+1
* In hardened systems, where the security.bsd.unprivileged_proc_debug sysctlJamie Gritton2018-11-271-1/+3
* jail(8): introduce new command option -e to exhibitEugene Grosbein2018-11-103-13/+59
* Fix typos from r339409.Jamie Gritton2018-10-181-1/+1
* Add a new jail permission, allow.read_msgbuf. When true, jailed processesJamie Gritton2018-10-171-1/+6
* In r324732 sysinstall was replaced by bsdinstall.Bjoern Heidotting2018-08-201-2/+3
* security.jail.enforce_statfs is handled by jail_set(2), so handling it inJamie Gritton2018-08-163-11/+0
* Don't let clobber jailparam values when checking for modification ofJamie Gritton2018-08-151-3/+8
* - Add exec hook "exec.created". This is called when the jail isAlexander Leidinger2018-08-155-2/+8
* - Add the ability to run bhyve(8) within a jail(8).Marcelo Araujo2018-08-011-1/+8
* Add allow.mlock to jail parametersAntoine Brodin2018-07-291-1/+11
* Allow mounting FUSE filesystems in jailsAlan Somers2018-07-201-1/+9
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-28/+28
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Strip EOL whitespace in usr.sbin/{jail,jexec}Ed Maste2017-11-103-7/+7
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Adopt jail.8 to our brave new bsdinstall worldBenjamin Kaduk2017-10-181-1/+1
* Jails: Optionally prevent jailed root from binding to privileged portsAllan Jude2017-06-061-2/+6
* Same as r316022 (Fix hexadecimal escape codes in jail.conf(5)),Jamie Gritton2017-03-271-1/+1
* Fix hexadecimal escape codes in jail.conf(5).Jamie Gritton2017-03-271-2/+2
* Don't assign rtjp twice.Xin LI2016-12-261-2/+1
* Fix up the order in which jail creation processes are run, to preserveJamie Gritton2016-07-143-6/+23
* typoJamie Gritton2016-05-011-1/+1
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Clarify when happens when there is a "depend" parameter in jail.conf,Jamie Gritton2016-04-301-4/+5
* Encapsulate SYSV IPC objects in jails. Define per-module parametersJamie Gritton2016-04-251-4/+27
* Note the existence of module-specific jail paramters, starting with theJamie Gritton2016-04-251-1/+27
* Make jail(8) interpret escape codes in fstab the same as getfsent(3).Jamie Gritton2016-04-251-1/+8
* MFHGlen Barber2016-03-021-6/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
* | MFHGlen Barber2016-02-152-2/+0
|\|