Disable rlimits
This commit is contained in:
parent
3389d356d4
commit
b8f831d323
@ -14,6 +14,7 @@ fi
|
|||||||
|
|
||||||
exec nsjail -Mo \
|
exec nsjail -Mo \
|
||||||
--disable_clone_newnet \
|
--disable_clone_newnet \
|
||||||
|
--disable_rlimits \
|
||||||
--cwd "${JAIL_HOME}" \
|
--cwd "${JAIL_HOME}" \
|
||||||
--tmpfsmount /tmp --tmpfsmount /run \
|
--tmpfsmount /tmp --tmpfsmount /run \
|
||||||
--bindmount "${BRIDGE_HOME}:${JAIL_HOME}" \
|
--bindmount "${BRIDGE_HOME}:${JAIL_HOME}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user