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 \