logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

dbus-strict (781B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2009-2013 Canonical Ltd.
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. @{run}/dbus/system_bus_socket rw,
  13. dbus send
  14. bus=system
  15. path=/org/freedesktop/DBus
  16. interface=org.freedesktop.DBus
  17. member={Hello,AddMatch,RemoveMatch,GetNameOwner,NameHasOwner,StartServiceByName}
  18. peer=(name=org.freedesktop.DBus),
  19. # Include additions to the abstraction
  20. include if exists <abstractions/dbus-strict.d>