Add the nojail keyword which excludes services marked as such from the dependency tree when in a jail, #bug 22

This commit is contained in:
Roy Marples
2008-02-19 14:15:53 +00:00
parent f95e0b2c3e
commit 0364bb2c84
25 changed files with 121 additions and 41 deletions

View File

@@ -21,6 +21,7 @@ depend()
[ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then
need root
fi
keywords nojail
}
start()

View File

@@ -10,6 +10,7 @@ depend() {
need localmount
after bootmisc
before net.lo0
keywords nojail
}
start_pre() {

View File

@@ -6,6 +6,7 @@ description="Configures a specific kernel dump device."
depend() {
need swap
keywords nojail
}
start() {

View File

@@ -13,6 +13,7 @@ opts="panic showstatus"
depend() {
before net
provide firewall
keywords nojail
}
ipfw() {

View File

@@ -6,7 +6,8 @@ extra_commands="restore"
depend()
{
need localmount
need localmount
keywords nojail
}
restore()

View File

@@ -12,6 +12,7 @@ depend()
need localmount
use logger
after bootmisc
keywords nojail
}
start_pre()

View File

@@ -4,6 +4,7 @@
depend() {
need localmount
keywords nojail
}
start() {