51 lines
1.7 KiB
Text
51 lines
1.7 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
dbus (send) bus=session path=/org/gtk/vfs/mounttracker
|
|
interface=org.gtk.vfs.MountTracker
|
|
member=ListMountableInfo
|
|
peer=(name=:*),
|
|
|
|
dbus (send) bus=session path=/org/gtk/vfs/Daemon
|
|
interface=org.gtk.vfs.Daemon
|
|
member=ListMonitorImplementations
|
|
peer=(name=:*),
|
|
|
|
dbus (send) bus=session path=/org/gtk/Settings
|
|
interface=org.freedesktop.DBus.Properties
|
|
member=GetAll
|
|
peer=(name=:*),
|
|
|
|
dbus (send) bus=session path=/org/a11y/bus
|
|
interface=org.freedesktop.DBus.Properties
|
|
member=Get
|
|
peer=(name=org.a11y.Bus),
|
|
|
|
dbus (send) bus=session path=/org/a11y/bus
|
|
interface=org.a11y.Bus
|
|
member=GetAddress
|
|
peer=(name=org.a11y.Bus),
|
|
|
|
dbus (send, receive) bus=session path=/org/freedesktop/Notifications
|
|
interface=org.freedesktop.Notifications
|
|
peer=(name="{org.freedesktop.Notifications,org.freedesktop.DBus,:*}"), # all members
|
|
|
|
dbus (receive) bus=accessibility path=/org/a11y/atspi/registry
|
|
interface=org.a11y.atspi.Registry
|
|
member=EventListenerDeregistered
|
|
peer=(name=:*),
|
|
|
|
dbus (send) bus=accessibility path=/org/a11y/atspi/registry
|
|
interface=org.a11y.atspi.Registry
|
|
member=GetRegisteredEvents
|
|
peer=(name=org.a11y.atspi.Registry),
|
|
|
|
dbus (send) bus=accessibility path=/org/a11y/atspi/registry/deviceeventcontroller
|
|
interface=org.a11y.atspi.DeviceEventController
|
|
member={GetKeystrokeListeners,GetDeviceEventListeners}
|
|
peer=(name=org.a11y.atspi.Registry),
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/dbus-gtk.d>
|