diff --git a/isolated-protonmail-bridge.sh b/isolated-protonmail-bridge.sh index 5c128d7..9f91c8b 100755 --- a/isolated-protonmail-bridge.sh +++ b/isolated-protonmail-bridge.sh @@ -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}" \