CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2019/10/07 08:33:18
Modified files: usr.sbin/unbound/smallapp: unbound-anchor.c Log message: As found by tb@, the name of the temporary file used when updating the root anchor changed in unbound 1.9.3, "Add hex print of trust anchor pointer to trust anchor file temp name to make it unique, for libunbound created multiple contexts". This isn't allowed by unbound-anchor's unveil; adjust to unveil the parent directory (typically /var/unbound/db, but generated from the filename). ok florian@ tb@