diff options
author | Holger Paradies <retabell@gmx.de> | 2023-01-01 16:57:10 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-02-26 17:18:11 +0100 |
commit | 33f46a54bd2438fe97123ac42a60a9d87d05c261 (patch) | |
tree | 8d7971ad13928fe982569859d7023f3d6b10e209 | |
parent | 37a5c33398b7507c8dfd4f150ce235d87c13c693 (diff) | |
download | kanotix-33f46a54bd2438fe97123ac42a60a9d87d05c261.zip kanotix-33f46a54bd2438fe97123ac42a60a9d87d05c261.tar.gz |
Polkit explizit set packages
policykit-1 in bullseye is now a meta package.
pkexec is now a separate package.
polkitd-pkla is a recommend now but needed for legacy
systems relying on the /etc/polkit-1/localauthority. pkla file format
we use on live-iso.
TODO check to uninstall polkit-pkla in acritoxinstaller.
-rw-r--r-- | config/lists/base | 7 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/config/lists/base b/config/lists/base index 28d06d8..2f181f0 100644 --- a/config/lists/base +++ b/config/lists/base @@ -5,6 +5,13 @@ #include <base.kanotix> sudo +# handle polkit since bookworm +#nif DISTRIBUTION wheezy jessie stretch buster bullseye +polkitd +pkexec +polkitd-pkla +#endif + # bootloader #if BOOTLOADER burg burg-pc diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index dfea999..2f9b21b 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -12,6 +12,13 @@ kanotix-lxde-extra sudo +# handle polkit since bookworm +#nif DISTRIBUTION wheezy jessie stretch buster bullseye +polkitd +pkexec +polkitd-pkla +#endif + # bootloader #if BOOTLOADER burg burg-pc |