diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-08-22 19:14:01 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-09-15 23:40:04 +0200 |
commit | c26d3f4068b3d4e104d61a41ef2e74f98e12c24a (patch) | |
tree | 01457c8937dee564430504684519f92092c0a974 | |
parent | 9360b8fadc0124bbc545f293312477f290101885 (diff) |
[docs] having the polkits to try in a list sets already a prio to them
-rw-r--r-- | src/leap/bitmask/vpn/helpers/linux/polkit_agent.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py index e558c11..7939b24 100644 --- a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py +++ b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py @@ -40,9 +40,6 @@ def _get_polkit_agent(): :rtype: str or None """ - # TODO: in caso of having more than one polkit agent we may want to - # stablish priorities. E.g.: lxpolkit over gnome-polkit for minimalistic - # desktops. for polkit in POLKIT_PATHS: if os.path.isfile(polkit): return polkit |