Searched refs:origin_max (Results 1 – 1 of 1) sorted by relevance
36 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