summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/jail
Commit message (Expand)AuthorAgeFilesLines
* MFC r259094 - Fix undocumented side effect of r256256 that changes/breakspeter2013-12-091-2/+2
* MFC 256716,256835:hrs2013-10-221-39/+84
* MFC 256440, 256498:hrs2013-10-171-31/+72
* MFC 256385:hrs2013-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
* Introduce new per-jail variable jail_<name>_flags, which allows to specifypjd2005-06-261-1/+4
* Do not unconditionally mount devfs to ${jail_devdir}/dev. First checkcsjp2005-04-301-9/+12
* "REQUIRE: cleanvar" for all RC's writing into /var/run.obrien2005-01-161-1/+1
* Improve the RC framework for the clean booting/shutdown of Jails:rse2004-12-141-3/+25
* Fix a typo in an error message.mux2004-11-241-1/+1
* Implement per-jail fstab(5) files. Here's a rc.conf sample usingmux2004-11-231-0/+19
* Remove the requirement for the FreeBSD keyword as it no longermtm2004-10-071-1/+1
* Always quote variables in tests, to ensure correct evaluation even whendes2004-08-191-7/+7
* Create temporary files safely.nectar2004-08-161-1/+4
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.pjd2004-03-081-1/+1
* o Unbreak the individual jail starting patch that I broke whenmtm2004-02-031-28/+32
* Configure a jail sysctl value only if it is different thanmtm2004-02-031-26/+33
OpenPOWER on IntegriCloud