aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
Commit message (Expand)AuthorAgeFilesLines
* Note that the new jail(8) will be appearing in 9.1.Jamie Gritton2012-05-232-4/+4
* Fix world after byacc import:Baptiste Daroussin2012-05-222-1/+2
* Remove end of line whitespace.Joel Dahl2012-05-121-3/+3
* General mdoc(7) and typo fixes.Glen Barber2012-05-121-5/+5
* mdoc: remove redundant Pp and end a display block with Ed.Joel Dahl2012-05-121-1/+1
* Fix .Pp macro.Joel Dahl2012-05-111-1/+1
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-034-10/+11
* Add YY_NO_INPUT so clang doesn't complain about "input" not being used.Jamie Gritton2012-05-021-0/+1
* Fix the dates and history as of the move to HEAD.Jamie Gritton2012-04-271-3/+3
* A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-2610-635/+4377
|\
| * Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-274-22/+17
| * From r224286:Jamie Gritton2012-02-271-3/+57
| * Improvements in error messages:Jamie Gritton2012-02-084-18/+44
| * Allow relative pathnames for jails generated on the command lineJamie Gritton2012-02-071-1/+1
| * Better communicate the purpose of "-r *".Jamie Gritton2012-01-311-2/+4
| * Don't report errors for the exit status of processes that are killedJamie Gritton2011-07-061-6/+10
| * Advance to the next command before running anything, so errors found inJamie Gritton2011-06-222-48/+40
| * Fix a couple of NULL dereferences.Jamie Gritton2011-06-211-4/+4
| * Following r222465:Jamie Gritton2011-06-205-64/+119
| * Linty stuff.Jamie Gritton2011-06-202-3/+3
| * Move the actual create/remove (IP__OP) handling into run_command,Jamie Gritton2011-06-183-44/+40
| * Update copyright dates and other whitespacey stuff.Jamie Gritton2011-06-179-16/+16
| * Split run_command up into an outer function (next_command) that choosesJamie Gritton2011-06-174-303/+266
| * Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-176-53/+52
| * run_command (mostly) cleanup:Jamie Gritton2010-12-104-160/+194
| * Check unmounts for a mount point of the right FS type.Jamie Gritton2010-11-041-26/+56
| * Check paths for security:Jamie Gritton2010-11-042-3/+74
| * Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-044-17/+50
| * Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-013-69/+54
| * Use a little more "ifdef INET6".Jamie Gritton2010-10-271-6/+16
| * Don't assume either jid or name is set - they may not be from theJamie Gritton2010-10-271-4/+5
| * Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-273-160/+151
| * Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-2010-608/+4169
* | Bump .Dd to reflect latest updateMartin Matuska2012-02-291-1/+1
* | Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-0/+8
* | mdoc(7) stype - start new sentences on new lineMartin Matuska2012-02-281-8/+10
* | Analogous to r232059, add a parameter for the ZFS file system:Martin Matuska2012-02-261-1/+12
* | To improve control over the use of mount(8) inside a jail(8), introduceMartin Matuska2012-02-231-8/+28
* | Add support for mounting devfs inside jails.Martin Matuska2012-02-091-1/+12
* | Try resolving jail path with realpath(3).Martin Matuska2012-01-241-2/+8
* | Always disable mount and unmount for jails with enforce_statfs==2.Martin Matuska2011-08-021-2/+7
* | Revert my last change to this file, as BETA1 is not announced yet.Benedict Reuschling2011-07-281-6/+1
* | Add a section to the jail chapter that explains why it is notBenedict Reuschling2011-07-281-1/+6
* | Document the potential for jail escape.Glen Barber2011-07-241-1/+8
* | Check for IPv4 or IPv6 to be available by the kernel to notBjoern A. Zeeb2011-05-292-34/+45
* | Revert r221655:Benedict Reuschling2011-05-081-6/+2
* | Jails have a problem in that if the jail directory is world-readable,Benedict Reuschling2011-05-081-2/+6
|/
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* Back out r210975, which changed documentation to match the now backed-outJamie Gritton2010-08-081-5/+5
* Note that a jail without a command parameter will be persistent,Jamie Gritton2010-08-061-5/+5