From b8f831d323f04c903a43cd7879e00ad98c22b7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 26 May 2020 18:23:20 +0200 Subject: [PATCH] Disable rlimits --- isolated-protonmail-bridge.sh | 1 + 1 file changed, 1 insertion(+) 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}" \