From 1e2347cde2e757cec9d825e3c9490beb171492c7 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 19 Apr 2013 19:53:39 +0200 Subject: make sure we use secure-above-standard umask MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- watch-bz | 1 + 1 file changed, 1 insertion(+) diff --git a/watch-bz b/watch-bz index a54dcfa..3395ed9 100755 --- a/watch-bz +++ b/watch-bz @@ -15,6 +15,7 @@ # 3. optionally install expect package (-> security++) set -u +umask 077 export LANG=C HERE="$(dirname "$(readlink -f "$0")")" -- cgit