aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
Commit message (Expand)AuthorAgeFilesLines
* jail: prevent a null derefence on array parameter assignmentJamie Gritton2026-07-011-3/+4
* jail.8: Fix two typos in the manual pageGordon Bergling2026-06-151-2/+2
* jail: open the fstab files with fopen("re")Jan Bramkamp2026-05-061-1/+1
* jail: avoid leaking jail config fds to exec.* hooksJan Bramkamp2026-05-061-1/+4
* jail: tests: cosmetic-ish improvementsKyle Evans2026-04-231-1/+2
* jail: fix crash with startup commands on a jail without nameGleb Smirnoff2026-03-131-2/+2
* vmm: Allow the use of PCI passthrough in a jailMark Johnston2026-02-161-0/+11
* usr.sbin/jail/Makefile: remove riscv linker workaroundMitchell Horne2026-02-051-7/+0
* jail: document the mac.label parameterKyle Evans2026-01-161-1/+12
* jail.conf.5: Fix mandoc typosRob Nichols2025-12-181-12/+10
* jail.8: Add creating a jail from package baseAlexander Ziaee2025-11-131-1/+8
* jail.8: Add creating a jail from distribution setAlexander Ziaee2025-11-071-3/+17
* jail.8: Mention that vnet.interface can have multiple addressesPaul Armstrong2025-10-081-6/+7
* jail: Optionally allow audit session state to be configured in a jailMark Johnston2025-09-162-4/+35
* Revert "jail: Optionally allow audit session state to be configured in a jail"Mark Johnston2025-09-162-35/+4
* jail: Optionally allow audit session state to be configured in a jailMark Johnston2025-09-152-4/+35
* jail: fix backfilling the "name" for jid-named jailsKyle Evans2025-08-162-2/+15
* kern: disallow user scheduling/debugging/signalling of jailed procsKyle Evans2025-08-081-1/+7
* jail: consistently populate the KP_JID and KP_NAME parametersKyle Evans2025-07-264-14/+173
* jail: tests: cleanup the commands test a bitKyle Evans2025-07-262-17/+20
* jail: add JID, JNAME and JPATH to environment for exec.* commandsQuentin Thébault2025-06-134-3/+46
* jail: add allow.routing jail permissionLexi Winter2025-05-121-1/+4
* jail: Add meta and env parametersIgor Ostapenko2025-03-311-0/+36
* jail: Let a couple of parameter types be specified as listsMark Johnston2024-11-193-24/+75
* manuals: Remove trailing spacesGraham Percival2024-11-041-1/+1
* manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival2024-10-151-1/+1
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-0/+10
* usr.sbin/jail/jail.8: Make a reference more accurateGleb Popov2024-09-291-1/+1
* jail.conf.5: cleanup introductionIngo Schwarze2024-09-211-18/+18
* jail.conf.5: Minor igor issuesWarner Losh2024-09-211-3/+3
* jail.conf.5: minor cleanup (spdx, macros, xrefs)Alexander Ziaee2024-09-211-9/+21
* jail: unbreak the zfs.mount_snapshot optionJamie Gritton2024-09-191-3/+3
* jail: only chdir to user's home directory when user is specifiedJamie Gritton2024-08-122-2/+7
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* jail: allow adjustment of host timeMariusz Zaborski2024-06-281-0/+17
* Document the zfs.mount_snapshot parameter in jail(8).Jamie Gritton2024-06-241-1/+9
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-161-8/+8
* jail: add the -C flag to clean up after a partially removed jailJamie Gritton2024-03-174-16/+54
* Add a missing space in a warning.Hartmut Brandt2024-03-041-1/+1
* jail: make sure jail.conf parse errors exit, and not crash.Jamie Gritton2024-01-211-3/+6
* jail(8): add support for ZFS datasetsAlexander Leidinger2024-01-175-3/+41
* Unbreak build from ed31b3f4a146 (misapplied diff).Jamie Gritton2023-11-301-1/+0
* jail: Don't allow jail_set(2) to resurrect dying jails.Jamie Gritton2023-11-302-74/+36
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Move "jail -e" out of the rest of jail(8) flow.Jamie Gritton2023-11-182-12/+14
* jail.conf(5): Fix and expand description of ".include".Jamie Gritton2023-09-051-4/+15
* jail(8): Fix mandoc warningsDmitry Chagin2023-09-011-4/+5
* jail: Add the ability to access system-level filesystem extended attributesShawn Webb2023-09-011-2/+6
* Re-remove $FreeBSD$ inadvertantly put back into jail.8Jamie Gritton2023-08-311-2/+0
* jail: make jail(8) man page more readable and more correctJamie Gritton2023-08-281-23/+29