diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-04-06 18:29:53 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-04-08 14:13:30 +0200 |
| commit | a46c03f02046d819318309bc65d4270b5a0d353e (patch) | |
| tree | e8e831a17f9eb13a509d228c4c146646bf278a4f | |
| parent | 44c1189a08ea26196e9ee8d613bebd0bccc334f7 (diff) | |
| download | mullvadvpn-a46c03f02046d819318309bc65d4270b5a0d353e.tar.xz mullvadvpn-a46c03f02046d819318309bc65d4270b5a0d353e.zip | |
Update readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
