]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
unbound: Revert changing ownership of directories core202 master
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 13:47:16 +0000 (13:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 13:47:16 +0000 (13:47 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/unbound

index 086025e4b1c4f527d9d4b5b2efe9071ae66b16c6..5bbeee66bff3b448ebfa08698ef8bbc113c57da6 100644 (file)
@@ -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)