CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/29 09:00:44
Modified files:
usr.sbin/unbound/smallapp: unbound-checkconf.c
Log message:
unbound-checkconf: widen second pledge
As pointed out by sonic on misc, the most recent unbound update introduced
a late call to getifaddrs() if a control interface rather than an absolute
control socket path is used. Allow this by keeping the dns pledge.
ok florian sthen
