summaryrefslogtreecommitdiffhomepage
path: root/gui/tasks
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-04-30 09:56:06 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-04-30 09:56:06 +0200
commit8404765b55ebbcdf1208c0557597f3d00db419de (patch)
tree0f437c72c3c78ed1b22f3839a2abde031615e770 /gui/tasks
parent78c9b38e937dbaa3390e69753b0f667a1bb049b6 (diff)
downloadmullvadvpn-8404765b55ebbcdf1208c0557597f3d00db419de.tar.xz
mullvadvpn-8404765b55ebbcdf1208c0557597f3d00db419de.zip
Move apparmor profile to file
Diffstat (limited to 'gui/tasks')
-rw-r--r--gui/tasks/distribution.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js
index ada829057b..6cae17885a 100644
--- a/gui/tasks/distribution.js
+++ b/gui/tasks/distribution.js
@@ -175,6 +175,7 @@ const config = {
{ from: distAssets(path.join(getLinuxTargetSubdir(), 'mullvad-problem-report')), to: '.' },
{ from: distAssets(path.join(getLinuxTargetSubdir(), 'mullvad-setup')), to: '.' },
{ from: distAssets(path.join(getLinuxTargetSubdir(), 'libtalpid_openvpn_plugin.so')), to: '.' },
+ { from: distAssets(path.join('linux', 'apparmor_mullvad')), to: '.' },
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' },
],
},