mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
12 lines
313 B
Text
12 lines
313 B
Text
abi <abi/3.0>,
|
|
|
|
#
|
|
# Access required for connecting to/communicating with the Unity messaging
|
|
# indicator
|
|
#
|
|
dbus (receive, send)
|
|
bus=session
|
|
path="/com/canonical/indicator/messages/*",
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/ubuntu-unity7-messaging.d>
|