Skip to content

Commit

Permalink
Merge remote-tracking branch 'lamtrinhdev/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Dec 12, 2024
2 parents ee2b88a + 270690b commit a62c24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ during app install and is then always running in the background, even when the u
quits the GUI and when no tunnels are running.

This system service can be controlled via a management interface, exposed locally
via unix domain sockets (UDS) on Linux and macOS and via named pipes on Windows.
via Unix domain sockets (UDS) on Linux and macOS and via named pipes on Windows.
This management interface can be reached by any process running on the device.
Locally running malicious programs are outside of the app's threat model.

Expand Down Expand Up @@ -330,7 +330,7 @@ started during early boot that applies a blocking policy that persists until the
## Desktop Electron GUI

The graphical frontend for the app on desktop is an Electron app. This app only ever loads
local resources in the form of html, CSS and Javascript directly from the installation
local resources in the form of html, CSS and JavaScript directly from the installation
directory of the app, and never from remote sources.

The GUI only communicates with the system service (`mullvad-daemon`), it makes no other
Expand Down

0 comments on commit a62c24b

Please sign in to comment.