From b38ec23b88f38272d993f952bfa2ef1aa4e470a9 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Mon, 28 Nov 2016 22:00:53 +0200 Subject: [PATCH] prevent /usr/libexec from being created without world-readable permissions; fixes #1292 --- netdata-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netdata-installer.sh b/netdata-installer.sh index a720ce42..c16c3042 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -13,7 +13,7 @@ then fi LC_ALL=C -umask 007 +umask 002 # Be nice on production environments renice 19 $$ >/dev/null 2>/dev/null -- 2.39.2