Disable rlimits

This commit is contained in:
Kristóf Tóth 2020-05-26 18:23:20 +02:00
parent 3389d356d4
commit b8f831d323
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ fi
exec nsjail -Mo \
--disable_clone_newnet \
--disable_rlimits \
--cwd "${JAIL_HOME}" \
--tmpfsmount /tmp --tmpfsmount /run \
--bindmount "${BRIDGE_HOME}:${JAIL_HOME}" \