From 92c6c8d11db5cb228d4e47e79b1f8753b623cc34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 17 May 2021 21:01:34 +0200 Subject: [PATCH] Core Update 157: remove SUID bit from /usr/bin/gpg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- config/rootfiles/core/157/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5