summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-04-09 12:57:26 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-04-09 12:57:26 +0200
commit56f4ce0acb85bf38809b17a9a29b1eaea7a5ed0f (patch)
tree21761b107513e28bda4cede239e5da5636732a42
parentbeedb833cb723207562e66596cb5d08a38433653 (diff)
parent2b20472a37831b8e43118bc8c5f0c3dc3de08a37 (diff)
downloadmullvadvpn-56f4ce0acb85bf38809b17a9a29b1eaea7a5ed0f.tar.xz
mullvadvpn-56f4ce0acb85bf38809b17a9a29b1eaea7a5ed0f.zip
Merge remote-tracking branch 'inventor500/main'
-rw-r--r--CHANGELOG.md3
-rw-r--r--dist-assets/linux/apparmor_mullvad4
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
+}