feat(profile): ensure compatibility with userspace tools.

This commit is contained in:
Alexandre Pujol 2023-01-27 22:00:10 +00:00
parent 603491a02e
commit 23312c1640
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
23 changed files with 23 additions and 135 deletions

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/mullvad-daemon
@{exec_path} += "/opt/Mullvad VPN/resources/mullvad-daemon"
@{exec_path} += /opt/Mullvad*/resources/mullvad-daemon
profile mullvad-daemon @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/nameservice-strict>

View file

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = "/opt/Mullvad VPN/mullvad-gui"
@{exec_path} = /opt/Mullvad*/mullvad-gui
profile mullvad-gui @{exec_path} {
include <abstractions/base>
include <abstractions/chromium-common>