Skip to content
Snippets Groups Projects

Bug/osx vpn imports

Merged Kali Kaneko requested to merge (removed):bug/osx_vpn_imports into master
1 unresolved thread
5 files
+ 40
16
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 6
1
@@ -60,6 +60,11 @@ And, to load it again::
@@ -60,6 +60,11 @@ And, to load it again::
sudo launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist
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
Debugging bitmask-helper
------------------------
------------------------
@@ -69,7 +74,7 @@ socket. If you need to debug the privileged helper (for instance, if you need to
@@ -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
tear down the firewall after a crash), you can do it like this with
``socat``::
``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
Other helpers
Loading