[neon/snap-packaging/plasma-core-desktop] hooks: Remove polkit-agent service to properly confine it

Kevin Ottens null at kde.org
Wed Oct 2 16:02:26 BST 2024


Git commit 56014f920e9f017eb353ed7009d23d46fe395656 by Kevin Ottens.
Committed on 02/10/2024 at 15:02.
Pushed by ervin into branch 'master'.

Remove polkit-agent service to properly confine it

M  +1    -0    hooks/006-add-plasma-session.chroot

https://invent.kde.org/neon/snap-packaging/plasma-core-desktop/-/commit/56014f920e9f017eb353ed7009d23d46fe395656

diff --git a/hooks/006-add-plasma-session.chroot b/hooks/006-add-plasma-session.chroot
index 96b62e2..07d9819 100755
--- a/hooks/006-add-plasma-session.chroot
+++ b/hooks/006-add-plasma-session.chroot
@@ -162,6 +162,7 @@ snapped_services=(
     plasma-powerdevil
     plasma-krunner
     plasma-ksystemstats
+    plasma-polkit-agent
 )
 for service in "${snapped_services[@]}"; do
     rm "/usr/lib/systemd/user/$service.service"


More information about the Neon-commits mailing list