Previous commit accidentally left out the umask change.

Approved by:	re (blanket)
This commit is contained in:
des 2013-09-15 13:50:56 +00:00
parent aa06964ae8
commit 22333bfe67
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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