diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/security.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/security.md b/docs/security.md index b26e2bf860..9554a1d507 100644 --- a/docs/security.md +++ b/docs/security.md @@ -314,6 +314,14 @@ started early enough to prevent leaks. To prevent this, another system unit is started during early boot that applies a blocking policy that persists until the `mullvad-daemon` is started. + +### macOS + +Due to the inability to specify dependencies of system services in `launchd` there is no way to +ensure that our daemon is started before any other service or program is started. Thus, whilst our +daemon will start as soon as it possibly can, there's nothing that can be done about the order in +which launch daemons get started, so some leaks may still occur. + ## Desktop Electron GUI The graphical frontend for the app on desktop is an Electron app. This app only ever loads |
