From patchwork Mon May 17 19:01:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4303 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FkT4y245sz3wbb for ; Mon, 17 May 2021 19:01:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FkT4x6HX3z26y; Mon, 17 May 2021 19:01:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkT4x5hT3z2ybq; Mon, 17 May 2021 19:01:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FkT4x09Hvz2xPC for ; Mon, 17 May 2021 19:01:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FkT4v6jsfzZF for ; Mon, 17 May 2021 19:01:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621278096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y03V3mzyzSpqHQkjbFRJeLYnw8KDTvshKM1T3yuOnbI=; b=FbrhmEHx7ayG+UCphhTcusGPXLC5WTOHuCEpzhDlnQv+/feJvyufRNLUNEp/XshTGRcphi uaYEacd1dUHjdVCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621278096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y03V3mzyzSpqHQkjbFRJeLYnw8KDTvshKM1T3yuOnbI=; b=LwGl53F/3MhR/1LW3b/32sJ48jsmjrbvS7tEYy0YLwSJlegOvXkzb+XDNy0dnByWYWw3+4 ClpbUswO+atKjQRD9Cc83H9IuQqBHDo2Z++ZxL7moKgbELFe6y/se5c6Fd1HzFDhvxCSzS uKairycLVGWH65IiSCYYJgHqK3s5jNE2/NZTiI1AMCAWlh2H2Bk27yb5FViEb4FtmSCGMR QuGTjD2CthQfKvzgkbIxLYZTjYKeLfn76kpSPbqdJ/+L0cfeL+73qvHBNNyJx1XKuSn+u1 mgPqDRBDvQM2ol8rSW5G/4z8Imhg0h6GcSyPEBSrJFkaZ/nG8wPMbwAPvP7rOQ== Subject: [PATCH 02/20] Core Update 157: remove SUID bit from /usr/bin/gpg To: development@lists.ipfire.org References: From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <7b61506c-84b9-f4e8-7a5f-5a8e8a39f795@ipfire.org> Date: Mon, 17 May 2021 21:01:34 +0200 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- 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 09b8d8968..322e2ada2 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