From 409a4c663ec3c0b4a394fcaa6d4b1c6b527f8522 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 3 Feb 2017 18:16:31 +0100 Subject: [feature] eip start/stop working --- src/leap/bitmask/vpn/helpers/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/leap/bitmask/vpn/helpers/__init__.py') diff --git a/src/leap/bitmask/vpn/helpers/__init__.py b/src/leap/bitmask/vpn/helpers/__init__.py index 1f46fd79..dc249286 100644 --- a/src/leap/bitmask/vpn/helpers/__init__.py +++ b/src/leap/bitmask/vpn/helpers/__init__.py @@ -14,6 +14,7 @@ if IS_LINUX: helper_from = _config.get_bitmask_helper_path() polkit_from = _config.get_bitmask_polkit_policy_path() copyfile(helper_from, helper_to) + os.chmod(helper_to, 0744) copyfile(polkit_from, polkit_to) def uninstall(): -- cgit v1.2.3