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:
@@ -21,6 +21,7 @@ depend()
|
||||
[ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then
|
||||
need root
|
||||
fi
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start()
|
||||
|
||||
@@ -10,6 +10,7 @@ depend() {
|
||||
need localmount
|
||||
after bootmisc
|
||||
before net.lo0
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
|
||||
@@ -6,6 +6,7 @@ description="Configures a specific kernel dump device."
|
||||
|
||||
depend() {
|
||||
need swap
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
@@ -13,6 +13,7 @@ opts="panic showstatus"
|
||||
depend() {
|
||||
before net
|
||||
provide firewall
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
ipfw() {
|
||||
|
||||
@@ -6,7 +6,8 @@ extra_commands="restore"
|
||||
|
||||
depend()
|
||||
{
|
||||
need localmount
|
||||
need localmount
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
restore()
|
||||
|
||||
@@ -12,6 +12,7 @@ depend()
|
||||
need localmount
|
||||
use logger
|
||||
after bootmisc
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start_pre()
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Reference in New Issue
Block a user