# apparmor.d - Full set of apparmor profiles # Copyright (C) 2022-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = /opt/Mullvad*/resources/mullvad-setup profile mullvad-setup @{exec_path} { include @{exec_path} mr, owner @{PROC}/@{pid}/cgroup r, # File Inherit deny network inet stream, deny network inet6 stream, include if exists } # vim:syntax=apparmor