From 92835d8e58fdebf824c98bd89f37c4b3dbc778cf Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 30 Sep 2016 20:35:15 +0100 Subject: [PATCH] fix umask --- README.md | 1 + root/etc/services.d/syncthing/run | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9316bf3..d1e892c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ You can find some of the best documentation available on the web at [docs.syncth ## Versions ++ **30.09.16:** Fix umask. + **09.09.16:** Add layer badges to README. + **28.08.16:** Add badges to README. + **11.08.16:** Rebase to alpine linux. diff --git a/root/etc/services.d/syncthing/run b/root/etc/services.d/syncthing/run index 74da193..ebcfb31 100644 --- a/root/etc/services.d/syncthing/run +++ b/root/etc/services.d/syncthing/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash -umask 0000 +umask 022 exec \ s6-setuidgid abc syncthing \