diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-07 18:13:22 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-07-21 12:03:07 -0300 |
commit | 21952b073e15fe7ba75b65dc66df693ea16a0205 (patch) | |
tree | 619423cf719514937e79bc770daf758d6b5314bd /src/leap | |
parent | ca8cc632974601467fad6aa204c06a8c65963965 (diff) |
Add support for fingerprint-gui's polkit agent.
Closes #5880.
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/services/eip/linuxvpnlauncher.py | 1 |
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] |