]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysupdate: Add separate polkit actions for cancellation (#42209)
authorLennart Poettering <lennart@amutable.com>
Fri, 22 May 2026 08:35:49 +0000 (10:35 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 08:35:49 +0000 (10:35 +0200)
This allows us to have a separate, more permissive, policy for
cancelling ongoing sysupdate jobs. The new default policy for
cancellation actions is to allow them for the active user, without admin
authentication, because typically the user can just pull the plug on the
computer to cancel a job anyway.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Fixes: https://github.com/systemd/systemd/issues/38568

Trivial merge