From 55299f5ebcb8fa92357e61d6382fd975f2c8a2d3 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 1 Aug 2026 16:24:34 +0300 Subject: [PATCH] config: ship polkit + polkit-qt6 (KDE authorization stack) --- config/redbear-full.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 8815c5ccb9..bdbc029ee6 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -232,6 +232,10 @@ redbear-session-launch = {} seatd = {} redbear-greeter = {} pam-redbear = {} +# polkit client libraries (libpolkit-gobject-1 / libpolkit-agent-1) + PolkitQt6-1, +# the KDE authorization stack; decisions are made by the redbear-polkit daemon. +polkit = {} +polkit-qt6 = {} sddm = {} # xwayland = {} # deferred — see packages[] TODO(xwayland)