From: Peter Müller Date: Mon, 17 May 2021 19:01:34 +0000 (+0200) Subject: Core Update 157: remove SUID bit from /usr/bin/gpg X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=92c6c8d11db5cb228d4e47e79b1f8753b623cc34 Core Update 157: remove SUID bit from /usr/bin/gpg Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index 09b8d8968e..322e2ada20 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -103,6 +103,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Fix file permissions changed +chmod -s /usr/bin/gpg + # Start services /etc/init.d/sshd restart /etc/init.d/apache restart