index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
rc.d
/
jail
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the idea of parallel-only-at-start-time in a cleaner, more
dougb
2010-03-07
1
-15
/
+10
*
Redirect stdin from /dev/null when starting a jail:
netchild
2010-03-05
1
-2
/
+18
*
Execute the start/stop process of a jail in the background.
remko
2009-11-02
1
-1
/
+1
*
Small cleanups to the jail script:
ed
2009-06-10
1
-4
/
+3
*
Added (pre|post)(start|stop) jail hooks. These can be used to run
ru
2009-04-28
1
-2
/
+108
*
Update jail startup script for multi-IPv4/v6/no-IP jails.
bz
2009-01-26
1
-16
/
+208
*
Allow a jail's IP alias to be created with an arbitrary netmask.
ru
2008-09-24
1
-1
/
+3
*
Allow a jail to be started with a specific route fib.
thompsa
2008-09-16
1
-1
/
+8
*
As previously discussed, add the svn:executable property to all scripts
dougb
2008-07-16
1
-0
/
+0
*
Add warning about this script dealing with untrusted data.
simon
2008-01-13
1
-0
/
+6
*
Fix indentation.
rse
2007-05-24
1
-1
/
+1
*
Fix jail rc.d script privilege escalation via symlink attack against
simon
2007-01-11
1
-12
/
+116
*
Jail_ip and jail_interface local variables were renamed to _ip and _interface
flz
2007-01-02
1
-2
/
+2
*
Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> is
matteo
2006-05-30
1
-1
/
+35
*
style(9)
matteo
2006-05-30
1
-12
/
+12
*
- Change the "jail_" prefix for internal script variables. This fixes an
flz
2006-05-11
1
-93
/
+93
*
if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_en...
matteo
2006-05-11
1
-0
/
+4
*
if a jail fails to start, don't add its jid to /var/run and print a message w...
matteo
2006-05-09
1
-5
/
+10
*
- Fix quoting.
flz
2006-05-08
1
-2
/
+2
*
- Check for some mandatory variables.
flz
2006-05-07
1
-0
/
+11
*
- Add following global jail options, used if no jail-specific options are
flz
2006-04-08
1
-9
/
+17
*
Fix overriding jail_list from command line.
fjoe
2006-03-08
1
-1
/
+3
*
Skip jails which are already running and inform why.
pjd
2005-08-07
1
-0
/
+4
*
Allow to give more than one jail's name, eg.:
pjd
2005-08-07
1
-2
/
+6
*
Introduce new per-jail variable jail_<name>_flags, which allows to specify
pjd
2005-06-26
1
-1
/
+4
*
Do not unconditionally mount devfs to ${jail_devdir}/dev. First check
csjp
2005-04-30
1
-9
/
+12
*
"REQUIRE: cleanvar" for all RC's writing into /var/run.
obrien
2005-01-16
1
-1
/
+1
*
Improve the RC framework for the clean booting/shutdown of Jails:
rse
2004-12-14
1
-3
/
+25
*
Fix a typo in an error message.
mux
2004-11-24
1
-1
/
+1
*
Implement per-jail fstab(5) files. Here's a rc.conf sample using
mux
2004-11-23
1
-0
/
+19
*
Remove the requirement for the FreeBSD keyword as it no longer
mtm
2004-10-07
1
-1
/
+1
*
Always quote variables in tests, to ensure correct evaluation even when
des
2004-08-19
1
-7
/
+7
*
Create temporary files safely.
nectar
2004-08-16
1
-1
/
+4
*
Mark scripts as not usable inside a jail by adding keyword 'nojail'.
pjd
2004-03-08
1
-1
/
+1
*
o Unbreak the individual jail starting patch that I broke when
mtm
2004-02-03
1
-28
/
+32
*
Configure a jail sysctl value only if it is different than
mtm
2004-02-03
1
-26
/
+33
*
Support starting/stoping of jails individually.
mtm
2004-02-02
1
-12
/
+25
*
o Rename devfs_link() to make_symlink() and turn it into a generic
mtm
2003-12-09
1
-2
/
+10
*
If fdescfs(5) is mounted in a jail unmount it before devfs(5).
mtm
2003-12-09
1
-3
/
+5
*
Redirect rc(8) output to a file in the jail's /var/log directory.
mtm
2003-12-09
1
-1
/
+1
*
Remove trailing whitespace
dougb
2003-10-13
1
-3
/
+3
*
Enhance the jail start/stop script.
mtm
2003-08-24
1
-10
/
+100
*
Quote $jail_exec with double-quote to avoid "[: unexpected operator".
kuriyama
2003-08-19
1
-1
/
+1
*
Move securelevel further back in the boot order.
mtm
2003-05-05
1
-0
/
+1
*
Spell ${_jail} correctly
mtm
2003-04-19
1
-1
/
+1
*
Fix typo (and make it more explicit/self-documenting).
mtm
2003-04-16
1
-1
/
+1
*
o Add a script to start jails on boot.
mtm
2003-04-16
1
-0
/
+68