Disable unbound chroot on test node images

On centos this seems to be part of the built in config, on ubuntu this
seems to not be configured but is unbounds default behavior there, on
gentoo it chroots per the default described in the manpage.

In order to force consistent behavior across all systems disable the
chroot when we configure our logfile path (so that the logfile's dir is
present and writeable) by setting chroot: "" across the board.

This should fix the unbound service on gentoo and be a noop for our
other platforms.

Change-Id: Ic1b66c1982c14759e8fd8370452df21d2b0d9510
This commit is contained in:
Clark Boylan 2018-09-17 16:34:42 -07:00
parent 555a028e6d
commit 4b72a48a32
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ fi
UNBOUND_LOGGING_CONF="\
server:
chroot: \"\"
logfile: \"$LOG_FILE\"
# Log debug messages
verbosity: 5"