summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip/linuxvpnlauncher.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-05-06 20:14:39 -0500
committerKali Kaneko <kali@leap.se>2014-05-12 11:25:04 -0500
commit120fd991719897c9a62a797842036a030246ff7c (patch)
treea62a228bc449d3953f6a5c4dfbaae593ee803ce0 /src/leap/bitmask/services/eip/linuxvpnlauncher.py
parent0c2f23bd8a76ec8e36639c965ccc15303bd66b10 (diff)
pass gateways to firewall up
Diffstat (limited to 'src/leap/bitmask/services/eip/linuxvpnlauncher.py')
-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 ef670303..e1c8e680 100644
--- a/src/leap/bitmask/services/eip/linuxvpnlauncher.py
+++ b/src/leap/bitmask/services/eip/linuxvpnlauncher.py
@@ -220,6 +220,7 @@ class LinuxVPNLauncher(VPNLauncher):
# we use `super` in order to send the class to use
command = super(LinuxVPNLauncher, kls).get_vpn_command(
eipconfig, providerconfig, socket_host, socket_port, openvpn_verb)
+ command.insert(0, kls.BITMASK_ROOT + "openvpn start")
pkexec = kls.maybe_pkexec()
if pkexec: