summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-07-08 14:08:57 -0300
committerTomás Touceda <chiiph@leap.se>2014-07-08 14:08:57 -0300
commit4793149d6d1276feaabcc89b90f209dc70355b20 (patch)
tree3030a7cf11356b1e293a814d61519e362f6b6183 /src
parenta5baed41d819cbdabc5209b1ccd0f048845279c4 (diff)
parent076cbbef6edf9d6dc8145f31d0803941d5ad6605 (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/add-fingerprint-gui-polkit-support' into develop
Diffstat (limited to 'src')
-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 8ec0c050..1409d504 100644
--- a/src/leap/bitmask/services/eip/linuxvpnlauncher.py
+++ b/src/leap/bitmask/services/eip/linuxvpnlauncher.py
@@ -74,6 +74,7 @@ def _is_auth_agent_running():
'ps aux | grep "polkit-[m]ate-authentication-agent-1"',
'ps aux | grep "[l]xpolkit"',
'ps aux | grep "[g]nome-shell"',
+ 'ps aux | grep "[f]ingerprint-polkit-agent"',
]
is_running = [commands.getoutput(cmd) for cmd in polkit_options]