summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2023-02-21 16:57:51 +0100
committerkali kaneko (leap communications) <kali@leap.se>2023-02-21 16:57:54 +0100
commitebecaf5ba32a8bd58899a050d41ef3eb7db281fc (patch)
treecba8300999f6b835386e4ee00b390dac47dc08aa
parentcaaf48aa11ccff40658f079a81657dd4c2f57faf (diff)
feat: add polkit agents
As reported by Nilesh Patra. - Closes: #723
-rw-r--r--pkg/vpn/launcher_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/vpn/launcher_linux.go b/pkg/vpn/launcher_linux.go
index 64fdc00..75d9942 100644
--- a/pkg/vpn/launcher_linux.go
+++ b/pkg/vpn/launcher_linux.go
@@ -104,6 +104,7 @@ func isPolkitRunning() (bool, error) {
"polkit-gnome-authentication-agent-1",
"polkit-kde-auth",
"polkit-mate-authentication-agent-1",
+ "polkit-ukui-authentication-agent-1",
"lxpolkit",
"lxqt-policykit-agent",
"lxsession",
@@ -111,6 +112,7 @@ func isPolkitRunning() (bool, error) {
"gnome-flashback",
"fingerprint-polkit-agent",
"xfce-polkit",
+ "phosh",
}
processes, err := ps.Processes()