From: Michael Tremer Date: Thu, 21 May 2026 13:47:16 +0000 (+0000) Subject: unbound: Revert changing ownership of directories X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=HEAD;p=ipfire-2.x.git unbound: Revert changing ownership of directories Signed-off-by: Michael Tremer --- diff --git a/lfs/unbound b/lfs/unbound index 086025e4b..5bbeee66b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -109,7 +109,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /var/lib/unbound install -v -m 644 $(DIR_SRC)/config/unbound/root.key \ /var/lib/unbound/root.key - chown -Rv nobody.nobody /var/lib/unbound + chown -Rv unbound:unbound /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 nobody:nobody /var/cache/unbound + chown unbound:unbound /var/cache/unbound @rm -rf $(DIR_APP) @$(POSTBUILD)