logo

apparmor.d

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

ibus (992B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2010 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. # abstraction for ibus input methods
  13. owner @{HOME}/.config/ibus/ r,
  14. owner @{HOME}/.config/ibus/bus/ rw,
  15. owner @{HOME}/.config/ibus/bus/* rw,
  16. # abstract path in ibus >= 1.5.22 uses $XDG_CACHE_HOME (ie, @{HOME}/.cache)
  17. # This should use this, but due to LP: #1856738 we cannot
  18. #unix (connect, receive, send)
  19. # type=stream
  20. # peer=(addr="@@{HOME}/.cache/ibus/dbus-*"),
  21. unix (connect, receive, send)
  22. type=stream
  23. peer=(addr="@/home/*/.cache/ibus/dbus-*"),
  24. # Include additions to the abstraction
  25. include if exists <abstractions/ibus.d>