| Commit message (Expand) | Author | Age | Files | Lines |
* | jail: add the -C flag to clean up after a partially removed jail | Jamie Gritton | 2024-03-17 | 1 | -11/+45 |
* | Add a missing space in a warning. | Hartmut Brandt | 2024-03-04 | 1 | -1/+1 |
* | jail(8): add support for ZFS datasets | Alexander Leidinger | 2024-01-17 | 1 | -0/+1 |
* | Unbreak build from ed31b3f4a146 (misapplied diff). | Jamie Gritton | 2023-11-30 | 1 | -1/+0 |
* | jail: Don't allow jail_set(2) to resurrect dying jails. | Jamie Gritton | 2023-11-30 | 1 | -68/+18 |
* | usr.sbin: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | Move "jail -e" out of the rest of jail(8) flow. | Jamie Gritton | 2023-11-18 | 1 | -11/+14 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Mark usage function as __dead2 in programs where it does not return | Alfonso Gregory | 2023-07-07 | 1 | -1/+1 |
* | jail: Use re-entrant versions of lex & yacc, and lex's yylineno | Jamie Gritton | 2023-06-04 | 1 | -4/+4 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | jail: handle jailsys parameters in modification permission test | Jamie Gritton | 2022-03-26 | 1 | -10/+22 |
* | jail: fix jail(8) synposis and usage message to match reality. | Jamie Gritton | 2021-04-04 | 1 | -1/+1 |
* | jail: Add exec.prepare and exec.release command hooks | Ryan Moeller | 2020-05-14 | 1 | -0/+2 |
* | jail(8): improve manual and usage information with more clear | Eugene Grosbein | 2020-04-17 | 1 | -2/+3 |
* | jail(8): introduce new command option -e to exhibit | Eugene Grosbein | 2018-11-10 | 1 | -12/+45 |
* | security.jail.enforce_statfs is handled by jail_set(2), so handling it in | Jamie Gritton | 2018-08-16 | 1 | -9/+0 |
* | Don't let clobber jailparam values when checking for modification of | Jamie Gritton | 2018-08-15 | 1 | -3/+8 |
* | - Add exec hook "exec.created". This is called when the jail is | Alexander Leidinger | 2018-08-15 | 1 | -0/+1 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Strip EOL whitespace in usr.sbin/{jail,jexec} | Ed Maste | 2017-11-10 | 1 | -2/+2 |
* | Don't assign rtjp twice. | Xin LI | 2016-12-26 | 1 | -2/+1 |
* | Add mount.procfs jail parameter, so procfs can be mounted when a prison's | Jamie Gritton | 2015-02-06 | 1 | -0/+2 |
* | In preparation for using clang's -Wcast-qual: | Jamie Gritton | 2014-11-25 | 1 | -7/+7 |
* | - Add mount.fdescfs parameter to jail(8). This is similar to | Hiroki Sato | 2013-10-12 | 1 | -0/+2 |
* | - Update rc.d/jail to use a jail(8) configuration file instead of | Hiroki Sato | 2013-10-10 | 1 | -4/+6 |
* | Pre-separate IP addresses passed on the command line, so they can be | Jamie Gritton | 2012-08-23 | 1 | -2/+26 |
* | o Restore -u <username> getopt(3) flag somehow killed in r234712. | Maxim Konovalov | 2012-06-28 | 1 | -1/+1 |
* | When writing the jid via the -i flag, do it right when the jail is created, | Jamie Gritton | 2012-05-28 | 1 | -4/+3 |
* | Add a meta-parameter IP__NULL to enum intparam, instead of mixing | Jamie Gritton | 2012-05-03 | 1 | -4/+4 |
* | A new jail(8) with a configuration file, ultimately to replace the work | Jamie Gritton | 2012-04-26 | 1 | -412/+826 |
|\ |
|
| * | Improvements in error messages: | Jamie Gritton | 2012-02-08 | 1 | -7/+25 |
| * | Allow relative pathnames for jails generated on the command line | Jamie Gritton | 2012-02-07 | 1 | -1/+1 |
| * | Advance to the next command before running anything, so errors found in | Jamie Gritton | 2011-06-22 | 1 | -2/+4 |
| * | Following r222465: | Jamie Gritton | 2011-06-20 | 1 | -14/+32 |
| * | Move the actual create/remove (IP__OP) handling into run_command, | Jamie Gritton | 2011-06-18 | 1 | -37/+6 |
| * | Update copyright dates and other whitespacey stuff. | Jamie Gritton | 2011-06-17 | 1 | -8/+8 |
| * | Split run_command up into an outer function (next_command) that chooses | Jamie Gritton | 2011-06-17 | 1 | -151/+88 |
| * | Change cfstrings from an STAILQ into a TAILQ to allow commands to be | Jamie Gritton | 2011-06-17 | 1 | -4/+4 |
| * | run_command (mostly) cleanup: | Jamie Gritton | 2010-12-10 | 1 | -38/+34 |
| * | Check paths for security: | Jamie Gritton | 2010-11-04 | 1 | -0/+6 |
| * | Reads the mount.fstab file, and put its lines separately into the | Jamie Gritton | 2010-11-04 | 1 | -5/+7 |
| * | Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS. | Jamie Gritton | 2010-11-01 | 1 | -10/+4 |
| * | Don't assume either jid or name is set - they may not be from the | Jamie Gritton | 2010-10-27 | 1 | -4/+5 |
| * | Keep all internal/known parameter names in one place, and use | Jamie Gritton | 2010-10-27 | 1 | -38/+38 |
| * | Initial work on the new jail(8). There are more features to add, and some | Jamie Gritton | 2010-10-20 | 1 | -385/+870 |
* | | Try resolving jail path with realpath(3). | Martin Matuska | 2012-01-24 | 1 | -2/+8 |
* | | Check for IPv4 or IPv6 to be available by the kernel to not | Bjoern A. Zeeb | 2011-05-29 | 1 | -34/+42 |
|/ |
|
* | Change the current working directory to be inside the jail created by | Colin Percival | 2010-05-27 | 1 | -0/+4 |
* | Handle kernels that don't have IPv6 by not sending an "ip6.addr" | Jamie Gritton | 2009-07-31 | 1 | -8/+32 |