diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-19 15:06:08 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-05-22 12:56:22 +0200 |
commit | a8f8256c4f9671e4c971498835c443ccff8e9f5f (patch) | |
tree | 3fcc19f34f4b0aef7896124ce20378f35965ef25 /src/leap | |
parent | 35d2f5662c6f03480f3f6f9ef9092757447361ed (diff) |
[bug] fix lxpolkit path
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/vpn/helpers/linux/polkit_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py index 10bf7db..e558c11 100644 --- a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py +++ b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py @@ -26,7 +26,7 @@ import daemon POLKIT_PATHS = ( - '/usr/lib/lxpolkit/lxpolkit', + '/usr/bin/lxpolkit', '/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1', '/usr/lib/mate-polkit/polkit-mate-authentication-agent-1', '/usr/lib/kde4/libexec/polkit-kde-authentication-agent-1', |