diff options
author | Kali Kaneko <kali@leap.se> | 2017-12-21 23:34:02 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-12-21 23:34:06 +0100 |
commit | 89c45faec3db095f2f0e2adb6da133106e9e4f14 (patch) | |
tree | f40df21c84daf83340051fd9411c1ce55344005f /src/leap/bitmask | |
parent | ed88df3d8ddc80d6ef1914c93e429d3e1e1f152a (diff) |
[doc] add note about expected paths to bitmask-root itself
I should remember this change when we merge elijah's fix again.
Hopefully that happens soon enough.
Diffstat (limited to 'src/leap/bitmask')
-rwxr-xr-x | src/leap/bitmask/vpn/helpers/linux/bitmask-root | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/bitmask-root b/src/leap/bitmask/vpn/helpers/linux/bitmask-root index 21cfe56f..5310fbf2 100755 --- a/src/leap/bitmask/vpn/helpers/linux/bitmask-root +++ b/src/leap/bitmask/vpn/helpers/linux/bitmask-root @@ -20,6 +20,14 @@ This is a privileged helper script for safely running certain commands as root. It should only be called by the Bitmask application. +Expected paths: + + When installed by distro path: + /usr/sbin/bitmask-root + + When installed by bundle or from git: + /usr/local/sbin/bitmask-root + USAGE: bitmask-root firewall stop bitmask-root firewall start [restart] GATEWAY1 GATEWAY2 ... |