diff options
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | dist-assets/linux/apparmor_mullvad | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2694c64525..502cc189f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ Line wrap the file at 100 chars. Th ## [2025.5] - 2025-03-26 This release is identical to 2025.5-beta1 +#### Linux +- Fix syntax error in Apparmor profile. + ## [2025.5-beta1] - 2025-03-11 ### Added diff --git a/dist-assets/linux/apparmor_mullvad b/dist-assets/linux/apparmor_mullvad index ac06ebd9fc..8b83a07954 100644 --- a/dist-assets/linux/apparmor_mullvad +++ b/dist-assets/linux/apparmor_mullvad @@ -1,8 +1,8 @@ abi <abi/4.0>, include <tunables/global> -profile mullvad /opt/Mullvad\ VPN/mullvad-gui flags=(unconfined) { +profile mullvad "/opt/Mullvad VPN/mullvad-gui" flags=(unconfined) { userns, # Site-specific additions and overrides. See local/README for details. include if exists <local/mullvad> -}
\ No newline at end of file +} |
