From 204f04953e1c78c9d55637ed6fa1ff5b6aa1b44f Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 30 Nov 2023 12:31:18 +0100 Subject: [PATCH] polkit: Update to version 123 - 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 Signed-off-by: Michael Tremer --- 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 -- 2.47.3