From 3389d356d4f15a398823c861f5b48176caa745ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 25 May 2020 14:25:21 +0200 Subject: [PATCH] Remove unnecessary and potentially harmful tmpfs mount on root --- isolated-protonmail-bridge.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/isolated-protonmail-bridge.sh b/isolated-protonmail-bridge.sh index 4bc0386..5c128d7 100755 --- a/isolated-protonmail-bridge.sh +++ b/isolated-protonmail-bridge.sh @@ -15,7 +15,6 @@ fi exec nsjail -Mo \ --disable_clone_newnet \ --cwd "${JAIL_HOME}" \ - --tmpfsmount / \ --tmpfsmount /tmp --tmpfsmount /run \ --bindmount "${BRIDGE_HOME}:${JAIL_HOME}" \ --symlink /proc/self/fd:/dev/fd \