From 22333bfe67484518658495ee5fe5290229a67687 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 15 Sep 2013 13:50:56 +0000 Subject: Previous commit accidentally left out the umask change. Approved by: re (blanket) --- contrib/unbound/smallapp/unbound-control-setup.sh | 4 ++-- contrib/unbound/smallapp/unbound-control-setup.sh.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/unbound/smallapp') diff --git a/contrib/unbound/smallapp/unbound-control-setup.sh b/contrib/unbound/smallapp/unbound-control-setup.sh index 690f454..7fe1c33 100755 --- a/contrib/unbound/smallapp/unbound-control-setup.sh +++ b/contrib/unbound/smallapp/unbound-control-setup.sh @@ -58,8 +58,8 @@ SVR_BASE=unbound_server # base name for unbound-control keys CTL_BASE=unbound_control -# we want -rw-r--- access (say you run this as root: grp=yes (server), all=no). -umask 0026 +# we want -rw-r----- access (say you run this as root: grp=yes (server), all=no). +umask 0027 # end of options diff --git a/contrib/unbound/smallapp/unbound-control-setup.sh.in b/contrib/unbound/smallapp/unbound-control-setup.sh.in index 14c5e17..a2caffe 100755 --- a/contrib/unbound/smallapp/unbound-control-setup.sh.in +++ b/contrib/unbound/smallapp/unbound-control-setup.sh.in @@ -58,8 +58,8 @@ SVR_BASE=unbound_server # base name for unbound-control keys CTL_BASE=unbound_control -# we want -rw-r--- access (say you run this as root: grp=yes (server), all=no). -umask 0026 +# we want -rw-r----- access (say you run this as root: grp=yes (server), all=no). +umask 0027 # end of options -- cgit v1.1