diff options
| author | Emīls <emils@mullvad.net> | 2022-06-14 09:45:53 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2022-06-14 12:25:01 +0100 |
| commit | 92c90e688acfaa4cd8791f6a4a0cfc329ed4384e (patch) | |
| tree | 551695176f8e9420a5f775481c68e39c682a7711 | |
| parent | c3bdb0ebd3e99c22051656219f2db5a715da0a0d (diff) | |
| download | mullvadvpn-92c90e688acfaa4cd8791f6a4a0cfc329ed4384e.tar.xz mullvadvpn-92c90e688acfaa4cd8791f6a4a0cfc329ed4384e.zip | |
Add info about net_cls env var
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
