From c81d6dfa97ac90ce1d3475883e4364055ffbfa33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 23 May 2020 02:35:29 +0200 Subject: [PATCH] Set strict umask --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index f984963..51604cb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,6 +32,7 @@ start() { wait $bridge_pid } +umask 077 case "${1:-}" in setup) setup