summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/jail
Commit message (Expand)AuthorAgeFilesLines
* Allow osreldate and osrelease to be set per jailphk2015-10-201-0/+2
* Use read to parse a line instead of set.hrs2015-09-101-5/+4
* Fix a conversion error in rc.d/jailpeter2015-08-271-1/+1
* Un-revert the r278323 again - whatever Jenkins/kyua is up it, it hasjamie2015-02-101-2/+1
* Revert the rc part of r278323 until I can figure out what Jenkins is doing.jamie2015-02-071-1/+2
* Add mount.procfs jail parameter, so procfs can be mounted when a prison'sjamie2015-02-061-3/+2
* Temporarily remove the warning added r270781 - it prints the warningpeter2014-09-081-2/+0
* Fix a bug which prevented mount.fstab parameter from being convertedhrs2014-09-041-4/+4
* Fix typo: s/_maske/_mask/gjb2014-09-041-1/+1
* - Add a warning message when an IPv6 address is specified with no prefixlen.hrs2014-08-291-21/+17
* Rev 256256 had an undocumented side effect of breaking existing behaviorpeter2013-12-081-2/+2
* - Fix jail_parallel_start="YES".hrs2013-10-211-26/+60
* - Fix a bug which prevented jails from starting when $jail_conf was used andhrs2013-10-181-15/+26
* - Fix "ifname|addr" syntax support in jail_{jname}_ip.hrs2013-10-151-17/+44
* - Normalize jailname. "example.com" is converted to "example_com".hrs2013-10-141-20/+34
* - Add mount.fdescfs parameter to jail(8). This is similar tohrs2013-10-121-3/+2
* - Update rc.d/jail to use a jail(8) configuration file instead ofhrs2013-10-101-570/+299
* Add a conditional sleep 1 in case we add any IPv6 addresses to interfaces.bz2013-01-171-1/+8
* Only pass ip[46].addr when _addrl contains a valueeadler2012-11-151-1/+2
* Simply things so that "#REQUIRE: FILESYSTEMS" means the fileobrien2012-09-111-1/+1
* - Allow to pass extra parameters for each jails.kuriyama2012-08-191-5/+19
* Move -n ${_jail} before ${_flags} so that any -n options in ${_flags}des2012-07-181-1/+1
* Name jails automatically.des2012-07-041-1/+1
* When creating the jails /dev/log symlink, do it by full path to avoidbrooks2012-01-201-4/+1
* Prepare for the removal of set_rcvar() by changing the rcvar=dougb2012-01-141-1/+1
* Replace ${SYSCTL_W} with ${SYSCTL} in rc.d scripts, as they are identical.emaste2011-03-301-2/+2
* Implement the idea of parallel-only-at-start-time in a cleaner, moredougb2010-03-071-15/+10
* Redirect stdin from /dev/null when starting a jail:netchild2010-03-051-2/+18
* Execute the start/stop process of a jail in the background.remko2009-11-021-1/+1
* Small cleanups to the jail script:ed2009-06-101-4/+3
* Added (pre|post)(start|stop) jail hooks. These can be used to runru2009-04-281-2/+108
* Update jail startup script for multi-IPv4/v6/no-IP jails.bz2009-01-261-16/+208
* Allow a jail's IP alias to be created with an arbitrary netmask.ru2008-09-241-1/+3
* Allow a jail to be started with a specific route fib.thompsa2008-09-161-1/+8
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-161-0/+0
* Add warning about this script dealing with untrusted data.simon2008-01-131-0/+6
* Fix indentation.rse2007-05-241-1/+1
* Fix jail rc.d script privilege escalation via symlink attack againstsimon2007-01-111-12/+116
* Jail_ip and jail_interface local variables were renamed to _ip and _interfaceflz2007-01-021-2/+2
* Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> ismatteo2006-05-301-1/+35
* style(9)matteo2006-05-301-12/+12
* - Change the "jail_" prefix for internal script variables. This fixes anflz2006-05-111-93/+93
* if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_en...matteo2006-05-111-0/+4
* if a jail fails to start, don't add its jid to /var/run and print a message w...matteo2006-05-091-5/+10
* - Fix quoting.flz2006-05-081-2/+2
* - Check for some mandatory variables.flz2006-05-071-0/+11
* - Add following global jail options, used if no jail-specific options areflz2006-04-081-9/+17
* Fix overriding jail_list from command line.fjoe2006-03-081-1/+3
* Skip jails which are already running and inform why.pjd2005-08-071-0/+4
* Allow to give more than one jail's name, eg.:pjd2005-08-071-2/+6
OpenPOWER on IntegriCloud