# apparmor.d - Full set of apparmor profiles # Copyright (C) 2023-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only # Allow operating as an MPRIS player. abi , include # Allow binding to the well-known DBus mpris interface based on the app's name # See: https://specifications.freedesktop.org/mpris-spec/latest/ #aa:dbus own bus=session name=org.mpris.MediaPlayer2.@{profile_name} include if exists # vim:syntax=apparmor