apparmor/profiles/apparmor.d/abstractions/ubuntu-unity7-launcher
Christian Boltz 9fc8e43c67
abstractions: remove '#' from 'include if exists'
This matches what we use in the profiles for local abstractions.

Also adjust the check in the Makefile to expect the variant without '#'.
2020-05-30 19:53:49 +02:00

12 lines
311 B
Text

abi <abi/3.0>,
#
# Access required for connecting to/communicating with the Unity Launcher
#
dbus (send)
bus=session
interface="com.canonical.Unity.LauncherEntry"
member="Update",
# Include additions to the abstraction
include if exists <abstractions/ubuntu-unity7-launcher.d>