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:
@@ -7,7 +7,7 @@ description="Check and repair filesystems according to /etc/fstab"
|
||||
depend()
|
||||
{
|
||||
after clock modules
|
||||
keywords notimeout
|
||||
keywords nojail notimeout
|
||||
}
|
||||
|
||||
start()
|
||||
|
@@ -8,6 +8,7 @@ depend()
|
||||
{
|
||||
need fsck
|
||||
use modules mtab
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start()
|
||||
|
@@ -34,6 +34,7 @@ depend()
|
||||
config /etc/fstab
|
||||
need net ${pmap}
|
||||
use afc-client amd autofs dns nfs nfsmount portmap rpcbind rpc.statd
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start()
|
||||
|
@@ -7,6 +7,7 @@ description="Mount the root fs read/write"
|
||||
depend()
|
||||
{
|
||||
need fsck
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start()
|
||||
|
@@ -5,6 +5,7 @@
|
||||
depend()
|
||||
{
|
||||
need localmount
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
start()
|
||||
|
@@ -9,6 +9,7 @@ description="Initializes the random number generator."
|
||||
depend()
|
||||
{
|
||||
need localmount
|
||||
keywords nojail
|
||||
}
|
||||
|
||||
save_seed()
|
||||
|
Reference in New Issue
Block a user