summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip/linuxvpnlauncher.py
AgeCommit message (Collapse)Author
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
2014-09-11Add email firewallRuben Pollan
2014-07-10bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵elijah
to use the VPN nameserver.
2014-07-07Add support for fingerprint-gui's polkit agent.Ivan Alejandro
Closes #5880.
2014-06-12Install missing stuff into /usr/local/sbin. Closes: #$741Kali Kaneko
2014-06-05Grep for gnome-shell as it were a polkit agent.Ivan Alejandro
The $DESKTOP_SESSION is not reliable since is set to 'default' in any case that you choose as your default desktop environment. Also, after some tests, I've seen that the `gnome-shell` process is not launched in the fallback mode, so we use it as a condition for the polkit agent present.
2014-06-05Add support for gnome-shell polkit agent.Ivan Alejandro
The gnome-shell desktop does not uses a separate process as others do. It uses an agent within its own process so we need to check for gnome-shell and then assume that its polkit is working.
2014-05-15remove commented block, fix typoKali Kaneko
2014-05-12change paths for installing the latest helpersKali Kaneko
2014-05-12hardcode openvpn binary for bundleKali Kaneko
2014-05-12use bitmask-root with pkexecKali Kaneko
2014-05-12pass gateways to firewall upKali Kaneko
2014-05-12use bitmask-root to bring up the firewallKali Kaneko
2014-05-12add elijah's root-wrapper in pythonKali Kaneko
2014-04-07Add support for Mate's polkit agent.Ivan Alejandro
2013-11-26do not compare to True as per pep8 recommendationsKali Kaneko
2013-11-25Avoids the checking for an "updated" policy file for debian package.Kali Kaneko
In the case of the debian package, we already take care to put the file in place, so this check is not needed.
2013-10-29Handle encoding problems in the vpn connection.Ivan Alejandro
2013-10-07Add support for running lxde polkit agent.Ivan Alejandro
2013-09-30Split vpnaunchers by platform, refactor some code.Ivan Alejandro