Remove unnecessary and potentially harmful tmpfs mount on root

This commit is contained in:
Kristóf Tóth 2020-05-25 14:25:21 +02:00
parent c00914cced
commit 3389d356d4
1 changed files with 0 additions and 1 deletions

View File

@ -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 \