From 8ca3509fec6a34589337e05fc2fb7505bdef97ac Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 13 Jun 2017 19:01:46 +0200 Subject: [feat] skip tun kext check for now --- src/leap/bitmask/vpn/launchers/darwin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/leap/bitmask') diff --git a/src/leap/bitmask/vpn/launchers/darwin.py b/src/leap/bitmask/vpn/launchers/darwin.py index 7da69ade..afe3358b 100644 --- a/src/leap/bitmask/vpn/launchers/darwin.py +++ b/src/leap/bitmask/vpn/launchers/darwin.py @@ -126,8 +126,8 @@ class DarwinVPNLauncher(VPNLauncher): :return: A VPN command ready to be launched. :rtype: list """ - if not kls.is_kext_loaded(): - raise NoTunKextLoaded('tun kext is needed, but was not found') + # if not kls.is_kext_loaded(): + # raise NoTunKextLoaded('tun kext is needed, but was not found') # we use `super` in order to send the class to use command = super(DarwinVPNLauncher, kls).get_vpn_command( -- cgit v1.2.3