logo

apparmor.d

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

fcitx-strict (821B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2016 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. include <abstractions/dbus-session-strict>
  13. dbus send
  14. bus=fcitx
  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. owner @{HOME}/.config/fcitx/dbus/* r,
  20. # Include additions to the abstraction
  21. include if exists <abstractions/fcitx-strict.d>