From 520d214419650f90cb9491b6aea5cfe3763688b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 27 Sep 2022 10:54:45 +0000 Subject: [PATCH] Core Update 171: Fix backup {ex,in}clude file permissions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/171/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index f626ed3b6b..38aa57a65b 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -221,6 +221,9 @@ ldconfig # Rebuild fcrontab from scratch /usr/bin/fcrontab -z +# Fix backup file permissions +chown -v root:root /var/ipfire/backup/{in,ex}clude* + # Start services /etc/rc.d/init.d/collectd start /etc/rc.d/init.d/unbound start -- 2.39.5