summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2021-04-06 18:29:53 +0200
committerDavid Lönnhager <david.l@mullvad.net>2021-04-08 14:13:30 +0200
commita46c03f02046d819318309bc65d4270b5a0d353e (patch)
treee8e831a17f9eb13a509d228c4c146646bf278a4f
parent44c1189a08ea26196e9ee8d613bebd0bccc334f7 (diff)
downloadmullvadvpn-a46c03f02046d819318309bc65d4270b5a0d353e.tar.xz
mullvadvpn-a46c03f02046d819318309bc65d4270b5a0d353e.zip
Update readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3fa150e8d..6d3c970c82 100644
--- a/README.md
+++ b/README.md
@@ -434,6 +434,10 @@ echo "org.gradle.jvmargs=-Xmx4608M" >> ~/.gradle/gradle.properties
servers are used.
* `TALPID_DISABLE_OFFLINE_MONITOR` - Forces the daemon to always assume the host is online.
+* `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.
+
#### Setting environment variable
- On Windows, one can use `setx` from an elevated shell, like so
```bat