summaryrefslogtreecommitdiff
path: root/src/leap/bitmask
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-04-08 15:25:58 -0300
committerTomás Touceda <chiiph@leap.se>2014-04-08 15:25:58 -0300
commite11edcca2ec95ec267d64c1f22390a3eb1b47bf5 (patch)
treec7ab15b6411492e646077cd4aa55bc2e521f48b5 /src/leap/bitmask
parent3908b8abfc0d409b2a4388c8df30429bbdada6c0 (diff)
parentc68ebd49ba82b2594be0291a881fe44bb1502552 (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/support-mate-polkit-agent' into develop
Diffstat (limited to 'src/leap/bitmask')
-rw-r--r--src/leap/bitmask/services/eip/linuxvpnlauncher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/services/eip/linuxvpnlauncher.py b/src/leap/bitmask/services/eip/linuxvpnlauncher.py
index d24e7ae7..8747daa6 100644
--- a/src/leap/bitmask/services/eip/linuxvpnlauncher.py
+++ b/src/leap/bitmask/services/eip/linuxvpnlauncher.py
@@ -66,6 +66,7 @@ def _is_auth_agent_running():
polkit_options = [
'ps aux | grep polkit-[g]nome-authentication-agent-1',
'ps aux | grep polkit-[k]de-authentication-agent-1',
+ 'ps aux | grep polkit-[m]ate-authentication-agent-1',
'ps aux | grep [l]xpolkit'
]
is_running = [commands.getoutput(cmd) for cmd in polkit_options]