diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 14:40:59 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 14:40:59 +0200 |
commit | 77b33c49d004d72f58ebcf4cbb95eb87acccbea9 (patch) | |
tree | 1c4786c22979707b4b544cfdfa4cca32d2a1bd45 /pkg/osx/README.rst | |
parent | c95fe65177519e20348d1156f6c7925ce88cad3a (diff) |
[pkg] reorder osx helper files
Diffstat (limited to 'pkg/osx/README.rst')
-rw-r--r-- | pkg/osx/README.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/pkg/osx/README.rst b/pkg/osx/README.rst index c9cf0e2c..4e8db628 100644 --- a/pkg/osx/README.rst +++ b/pkg/osx/README.rst @@ -1,10 +1,12 @@ Helper files needed for OSX =========================== -Requirements -============ +* The bitmask-helper that is run as root can be found in the source tree, in +``src/leap/bitmask/vpn/helpers/osx``. +* python ``daemon`` is a dependency for the bitmask-helper, here it is vendored. +* The plist file ``se.leap.bitmask-helper.plist``. +* OpenVPN up/down scripts: ``openvpn/client.down.sh`` and + ``openvpn/client.up.sh``. + -pyinstaller ------------ -You need at least version 3.0. |