From: Michael Tremer Date: Mon, 13 Apr 2015 08:49:14 +0000 (+0200) Subject: core89: Fix permissions of /var/ipfire/dns X-Git-Tag: v2.17-core89~1^2~6 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=9aeac09636461df05f2423b65f7e0dc476eb0eb9;hp=01c82dbaa325336698b3c826ba0ba451b90eefe0 core89: Fix permissions of /var/ipfire/dns --- 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