From cff3550ccae01bb61c6aa5db710b70ea01de5d11 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 30 Nov 2017 14:37:18 +0100 Subject: [refactor] use /var/run for osx helper socket --- src/leap/bitmask/vpn/helpers/osx/bitmask-helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/leap/bitmask/vpn/helpers') diff --git a/src/leap/bitmask/vpn/helpers/osx/bitmask-helper b/src/leap/bitmask/vpn/helpers/osx/bitmask-helper index 4a54295b..53b3ed2a 100755 --- a/src/leap/bitmask/vpn/helpers/osx/bitmask-helper +++ b/src/leap/bitmask/vpn/helpers/osx/bitmask-helper @@ -44,7 +44,7 @@ To see the loaded rules: To test the commands, you can write directly to the unix socket. Remember to terminate the command properly: - echo 'firewall_stop/CMD' | socat - UNIX-CONNECT:/tmp/bitmask-helper.socket + echo 'firewall_stop/CMD' | socat - UNIX-CONNECT:/var/run/bitmask-helper.socket """ import os @@ -122,7 +122,7 @@ GREP = '/usr/bin/grep' CAT = '/bin/cat' UID = os.getuid() -SERVER_ADDRESS = '/tmp/bitmask-helper.socket' +SERVER_ADDRESS = '/var/run/bitmask-helper.socket' # -- cgit v1.2.3