When the configuration lexer processes an include directive and unbound
is chrooted, it will attempt to strip the chroot directory from the
front of the filename. Unfortunately, this is omitted from the loop
that handles globs.
The bug was reported to me by a 1.5.3 user and has been confirmed in
1.5.4. The patch below is relative to 1.5.4 and applies to the latest
trunk with a slight offset.
When the configuration lexer processes an include directive and
unbound is chrooted, it will attempt to strip the chroot directory
from the front of the filename. Unfortunately, this is omitted
from the loop that handles globs.
The bug was reported to me by a 1.5.3 user and has been confirmed
in 1.5.4. The patch below is relative to 1.5.4 and applies to the
latest trunk with a slight offset.
Thank you for the patch. Fixed code base, included for the next release
.