summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2022-06-14 09:45:53 +0100
committerEmīls <emils@mullvad.net>2022-06-14 12:25:01 +0100
commit92c90e688acfaa4cd8791f6a4a0cfc329ed4384e (patch)
tree551695176f8e9420a5f775481c68e39c682a7711
parentc3bdb0ebd3e99c22051656219f2db5a715da0a0d (diff)
downloadmullvadvpn-92c90e688acfaa4cd8791f6a4a0cfc329ed4384e.tar.xz
mullvadvpn-92c90e688acfaa4cd8791f6a4a0cfc329ed4384e.zip
Add info about net_cls env var
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86edcff1e6..d27f1da6d1 100644
--- a/README.md
+++ b/README.md
@@ -450,6 +450,9 @@ echo "org.gradle.jvmargs=-Xmx4608M" >> ~/.gradle/gradle.properties
* `TALPID_DISABLE_OFFLINE_MONITOR` - Forces the daemon to always assume the host is online.
+* `TALPID_NET_CLS_MOUNT_DIR` - On Linux, forces the daemon to mount the `net_cls` controller in the
+ specified directory if it isn't mounted already.
+
* `MULLVAD_MANAGEMENT_SOCKET_GROUP` - On Linux and macOS, this restricts access to the management
interface UDS socket to users in the specified group. This means that only users in that group can
use the CLI and GUI. By default, everyone has access to the socket.