aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
Commit message (Expand)AuthorAgeFilesLines
* MFC jail: make sure jail.conf parse errors exit, and not crash.Jamie Gritton2024-02-021-3/+6
* MFC jail.conf(5): Fix and expand description of ".include".Jamie Gritton2023-09-091-4/+15
* MFC jail: make jail(8) man page more readable and more correctJamie Gritton2023-08-311-23/+27
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* jail: Mute -Wunused-but-set-variable for yynerrs.John Baldwin2023-06-201-0/+1
* jail: add ".include" directive to jail.confJamie Gritton2023-06-074-40/+137
* jail: Use re-entrant versions of lex & yacc, and lex's yylinenoJamie Gritton2023-06-045-66/+83
* jail: Allow nested jail definitions.Jamie Gritton2023-06-042-30/+36
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+0
* jail.8: Update the allow.nfsd sectionRick Macklem2023-03-141-10/+44
* jail: Correct jail_max_af_ips sysctl nameElvin Aslanov2023-02-041-1/+1
* jail.8: Update the man page for allow.nfsdRick Macklem2022-12-171-1/+14
* jail: fix a NULL pointer derefence in parsing ip6.addr settings.Jamie Gritton2022-12-151-1/+1
* jail.8: Fix formatting of synopsis and some code examplesMateusz Piotrowski2022-07-181-6/+9
* jail.conf.5: List configuration and example filesMateusz Piotrowski2022-07-081-1/+8
* Bump .Dd for recently modified manual pagesFernando Apesteguía2022-06-271-1/+1
* Remove references to named(8)Fernando Apesteguía2022-06-261-6/+0
* jail: handle jailsys parameters in modification permission testJamie Gritton2022-03-261-10/+22
* jail: Don't allow substitution of valueless jail parameters.Jamie Gritton2021-06-181-1/+1
* Fix test case header function nameMath Ieu2021-06-021-1/+1
* jail.conf(5): emphasize where to find jail parametersFernando Apesteguía2021-04-181-4/+5
* jail: fix jail(8) synposis and usage message to match reality.Jamie Gritton2021-04-042-3/+3
* jail(8): reset to root cpuset before attaching to run commandsKyle Evans2021-03-041-0/+33
* 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