From 81979fbdac8e16fda72b492e756686c04d35c5d7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 21 Jun 2011 02:20:24 +0200 Subject: Set default umask to 022 * daemons/runsystem.sh: Call umask 022. --- daemons/runsystem.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh index c653807f..c3cb2d62 100644 --- a/daemons/runsystem.sh +++ b/daemons/runsystem.sh @@ -14,6 +14,8 @@ PATH=/bin:/sbin export PATH +umask 022 + # If we lose badly, try to exec each of these in turn. fallback_shells='/bin/sh /bin/bash /bin/csh /bin/ash /bin/shd' -- cgit v1.2.3