From c00914cced51c44d66bca573b0b2ddd78195b8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 23 May 2020 03:24:28 +0200 Subject: [PATCH] Exec nsjail to reduce process clutter --- isolated-protonmail-bridge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isolated-protonmail-bridge.sh b/isolated-protonmail-bridge.sh index e20b002..4bc0386 100755 --- a/isolated-protonmail-bridge.sh +++ b/isolated-protonmail-bridge.sh @@ -12,7 +12,7 @@ else BRIDGE_HOME="$(realpath "${BRIDGE_HOME}")" fi -nsjail -Mo \ +exec nsjail -Mo \ --disable_clone_newnet \ --cwd "${JAIL_HOME}" \ --tmpfsmount / \