From 9aeac09636461df05f2423b65f7e0dc476eb0eb9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 13 Apr 2015 10:49:14 +0200 Subject: [PATCH] core89: Fix permissions of /var/ipfire/dns --- config/rootfiles/core/89/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/89/update.sh b/config/rootfiles/core/89/update.sh index 404315488e..435b453623 100644 --- a/config/rootfiles/core/89/update.sh +++ b/config/rootfiles/core/89/update.sh @@ -78,6 +78,9 @@ chown nobody.nobody \ /var/run/openvpn \ /var/run/ovpnserver.log +# Fix permissions +chown nobody.nobody /var/ipfire/dns + # Fix #10625 mkdir -p /etc/logrotate.d -- 2.39.5