diff options
author | kali <kali@leap.se> | 2018-06-12 11:14:10 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-06-12 22:09:54 +0200 |
commit | 580d45199a126a0cc8f0ba0698f4797e5a58997a (patch) | |
tree | 4ac28f935eaa67308cd00cbb5a64f2b15c10ccb0 /docs | |
parent | 2af23c13dca48c542d7f62a4f3794ae8c8b9aed5 (diff) |
[docs] update path for osx helper
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hacking/osx.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/hacking/osx.rst b/docs/hacking/osx.rst index e5bd306a..c9896381 100644 --- a/docs/hacking/osx.rst +++ b/docs/hacking/osx.rst @@ -60,6 +60,11 @@ And, to load it again:: sudo launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist +For convenience while developing, you can find a Makefile to install and load +the helpers in ``pkg/tools/osx``. Be aware that, for the time being, Bitmask +and RiseupVPN share the same bitmask-helper, so you should have installed only +one of them at the same time. + Debugging bitmask-helper ------------------------ @@ -69,7 +74,7 @@ socket. If you need to debug the privileged helper (for instance, if you need to tear down the firewall after a crash), you can do it like this with ``socat``:: - echo 'firewall_stop/CMD' | socat - UNIX-CONNECT:/tmp/bitmask-helper.socket + echo 'firewall_stop/CMD' | socat - UNIX-CONNECT:/var/run/bitmask-helper.socket Other helpers |