diff options
author | Kali Kaneko <kali@leap.se> | 2014-05-07 09:18:23 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-05-12 11:25:11 -0500 |
commit | 2f47053b631df231e4fcceafef227cf905b660cc (patch) | |
tree | ae804168242ae1156adcbe2633f21ad62de51cd3 /pkg/linux | |
parent | d8d7d2b781aea558d7e39d397a85c15ac9839abb (diff) |
only switch the fw down if user asked for eip down
Diffstat (limited to 'pkg/linux')
-rwxr-xr-x | pkg/linux/bitmask-root | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index a583c94c..bfb92421 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -83,14 +83,11 @@ FIXED_FLAGS = [ "--tls-client", "--remote-cert-tls", "server", "--management-signal", - "--management", MANAGEMENT_SOCKET, "unix", - "--script-security", "1" + "--script-security", "1", "--user", "nobody", "--group", "nogroup", ] -# "--management", MANAGEMENT_SOCKET, "unix", - ALLOWED_FLAGS = { "--remote": ["IP", "NUMBER", "PROTO"], "--tls-cipher": ["CIPHER"], |