summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-11-02 16:36:41 +0100
committerKali Kaneko <kali@leap.se>2017-11-02 16:36:41 +0100
commit47b00b819ab6a88bd24e3a57a1e7bd787481d1f6 (patch)
tree9ad4565b80d70622f78a1edbc78bb1f7926fc685
parent326a37ffdd729c1d2f67ae7ee037a6a3386d9e5f (diff)
[feature] support deepin polkit agent
-Resolves: #9119
-rw-r--r--src/leap/bitmask/vpn/helpers/linux/polkit_agent.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py
index 3cae144c..5ca1a2f0 100644
--- a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py
+++ b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py
@@ -34,7 +34,10 @@ POLKIT_PATHS = (
'/usr/lib/mate-polkit/polkit-mate-authentication-agent-1',
'/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1',
'/usr/lib/kde4/libexec/polkit-kde-authentication-agent-1',
+ # now we get weird
'/usr/libexec/policykit-1-pantheon/pantheon-agent-polkit',
+ '/usr/lib/polkit-1-dde/dde-polkit-agent',
+ # do you know some we're still missing? :)
)