summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2022-08-15 19:21:47 +0200
committerkali kaneko (leap communications) <kali@leap.se>2022-08-15 19:21:47 +0200
commit5d890559282509ec1960a2cd62f62799d1d3d2f2 (patch)
tree4090fa3725722be6dead838ff7ecf10ea20c675d
parent6168feacf579609a9a96b07cc8953b979310c378 (diff)
[bug] bitmask-root needs to allow management password file
-rw-r--r--pkg/pickle/helpers/bitmask-root4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/pickle/helpers/bitmask-root b/pkg/pickle/helpers/bitmask-root
index f9208d9..6d111b6 100644
--- a/pkg/pickle/helpers/bitmask-root
+++ b/pkg/pickle/helpers/bitmask-root
@@ -89,7 +89,7 @@ def is_ipv6_disabled():
def tostr(s):
return s.decode('utf-8')
-VERSION = "18"
+VERSION = "19"
SCRIPT = "bitmask-root"
NAMESERVER_TCP = "10.41.0.1"
NAMESERVER_UDP = "10.42.0.1"
@@ -156,7 +156,7 @@ ALLOWED_FLAGS = {
"--tls-cipher": ["CIPHER"],
"--cipher": ["CIPHER"],
"--auth": ["CIPHER"],
- "--management": ["DIR||IP", "UNIXSOCKET||NUMBER"],
+ "--management": ["DIR||IP", "UNIXSOCKET||NUMBER", "FILE"],
"--management-client-user": ["USER"],
"--route": ["IP", "IP", "NETGW"],
"--cert": ["FILE"],