On 21.05.2026 15:29, Matthias Fischer wrote: > For details see: > https://nlnetlabs.nl/projects/unbound/download/#unbound-1-25-1 > ...
Sorry for the noise - I tested the new unbound-version with Core 201 and forgot to update the new ownerships! I'm going to sit in my deepest corner and feel ashamed... > - chown -Rv unbound:unbound /var/lib/unbound > + chown -Rv nobody.nobody /var/lib/unbound > > # Ship ICANN's certificates to validate DNS trust anchors > install -v -m 644 $(DIR_SRC)/config/unbound/icannbundle.pem \ > @@ -117,7 +117,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > > # Install the cache directory > -mkdir -pv /var/cache/unbound > - chown unbound:unbound /var/cache/unbound > + chown nobody:nobody /var/cache/unbound > ...
