summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/helpers/__init__.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-02-03 18:16:31 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-02-23 00:40:36 +0100
commit409a4c663ec3c0b4a394fcaa6d4b1c6b527f8522 (patch)
tree35be6241476c972f2ff4a3f97e8a2f6f46f3f988 /src/leap/bitmask/vpn/helpers/__init__.py
parent5103c1c46dadb15af0327c8069d4c321f4f93d4f (diff)
[feature] eip start/stop working
Diffstat (limited to 'src/leap/bitmask/vpn/helpers/__init__.py')
-rw-r--r--src/leap/bitmask/vpn/helpers/__init__.py1
1 files changed, 1 insertions, 0 deletions
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():