From patchwork Thu Nov 30 11:31:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7370 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SgvCg064mz3wvB for ; Thu, 30 Nov 2023 11:31:27 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SgvCb5vf7z1Tq; Thu, 30 Nov 2023 11:31:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SgvCb4M1Dz30Qj; Thu, 30 Nov 2023 11:31:23 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SgvCZ0Hnbz3076 for ; Thu, 30 Nov 2023 11:31:22 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SgvCY25pqz1Ss; Thu, 30 Nov 2023 11:31:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701343881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Jhl10hUOID+2mgA8Ee53F1wZTdTm9Mx+XMsni2iCJXo=; b=8IqU/QQiPpwpggjoyxN8V+0Bq9/rXQ5XOLqqH2MW8C8C42grLjx5U6CCD3SS2XRESTjRwx WKsDtt2GoGePgyCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701343881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Jhl10hUOID+2mgA8Ee53F1wZTdTm9Mx+XMsni2iCJXo=; b=jJjeiD1S/b9t9OCxJ08zgrJziD+qrNBe1sHZBb/BndzZtauO3anDdqLoUvShRckfaom3/u LB+NvemrWXHcL04C/Zm5P7kFbB+7jHE3ZGd7dW+g7DYZ+u6XXjiRJTDoULWHjaEtpuu8UE tUY0d09nKnNIlNNVmKO/7lVb4aIKpIIrP4XKxpM/Poi97XKnXa+V0DXHjbh77LYHnAcVjk CYPwO8OFW5guFSbAw09YBYQdD+vbTOqAMRABszYw3rVTplDNhxW5LBMO04QSUgOtaB7QeH Hz1m+y7y0L6smv2YPHs9TuPuIgN51qU6wclECRBDWdxjR+vxvNTQd68mCFExhg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] polkit: Update to version 123 Date: Thu, 30 Nov 2023 12:31:18 +0100 Message-ID: <20231130113118.177365-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: XF5OKL5XOVDDW626HTDDSOABRF22YXVZ X-Message-ID-Hash: XF5OKL5XOVDDW626HTDDSOABRF22YXVZ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 122 to 123 - Changelog 123 Highlights: - better safety with deeper resctiction of the configuration files - better safety with restricting the daemon's owner under systemd - better safety with the systemd unit sandboxing - less thread races during upload of the configuration Changes * prevent wrongful termination of runaway thread * Stop installing /usr/share/polkit-1/rules.d as 700/polkitd * set User/Group and don't change uid/gid if already set * general and/or buildsystem fixes * systemd service hardening * Packit service integration * pkcheck: manpage and help sync * general fixes * Packit service integration * change of ownership of custom configs * general fixes * localization Signed-off-by: Adolf Belka --- polkit/polkit.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkit/polkit.nm b/polkit/polkit.nm index c5a585fe9..4698a2c2a 100644 --- a/polkit/polkit.nm +++ b/polkit/polkit.nm @@ -4,7 +4,7 @@ ############################################################################### name = polkit -version = 122 +version = 123 release = 1 groups = System/Libraries