From 905a77279bf770e9b6bedd8c1e5dc8fc5ffc45e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 24 Apr 2023 18:57:05 +0000 Subject: [PATCH] Core Update 175: Fix file permissions of /var/log/pakfire.log on existing installations MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/175/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/175/update.sh b/config/rootfiles/core/175/update.sh index 67d3656c49..7615a52b02 100644 --- a/config/rootfiles/core/175/update.sh +++ b/config/rootfiles/core/175/update.sh @@ -124,6 +124,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Fix permissions of /var/log/pakfire.log +chmod -v 644 /var/log/pakfire.log + # Apply local configuration to sshd_config /usr/local/bin/sshctrl -- 2.47.3