Home
last modified time | relevance | path

Searched refs:origin_max (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/kern/
H A Dsysctl_security_jail_children.sh36 origin_max=$(sysctl -n security.jail.children.max)
47 test $origin_cur -le $origin_max || atf_fail "Abnormal cur=$origin_cur > max=$origin_max."
48 …test $((origin_max - origin_cur)) -ge 3 || atf_skip "Not enough child jails are allowed for the te…
49 test $origin_max -ge 6 || atf_skip "Not high enough children.max limit for the test."
56 jail -c name=maxallowed children.max=$((origin_max - 1)) persist