From: Peter Müller Date: Mon, 24 Apr 2023 18:57:05 +0000 (+0000) Subject: Core Update 175: Fix file permissions of /var/log/pakfire.log on existing installations X-Git-Tag: v2.27-core175~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=905a77279bf770e9b6bedd8c1e5dc8fc5ffc45e0;p=ipfire-2.x.git Core Update 175: Fix file permissions of /var/log/pakfire.log on existing installations Signed-off-by: Peter Müller --- 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