logo

apparmor.d

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

enchant (2220B)


  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 Enchant spellchecking frontend
  13. /usr/share/enchant/ r,
  14. /usr/share/enchant/enchant.ordering r,
  15. /usr/share/enchant-2/ r,
  16. /usr/share/enchant-2/enchant.ordering r,
  17. # aspell
  18. include <abstractions/aspell>
  19. /var/lib/dictionaries-common/aspell/ r,
  20. /var/lib/dictionaries-common/aspell/* r,
  21. # hspell
  22. /usr/share/hspell/ r,
  23. /usr/share/hspell/*.wgz.* r,
  24. # hunspell
  25. /usr/share/hunspell/ r,
  26. /usr/share/hunspell/* r,
  27. # ispell
  28. /usr/lib/ispell/ r,
  29. /usr/lib/ispell/*.hash r,
  30. /usr/share/dict/ r,
  31. /usr/share/dict/* r,
  32. /var/lib/dictionaries-common/ r,
  33. /var/lib/dictionaries-common/{ispell,wordlist}/ r,
  34. /var/lib/dictionaries-common/{ispell,wordlist}/* r,
  35. # myspell
  36. /usr/share/myspell/ r,
  37. /usr/share/myspell/** r,
  38. # voikko
  39. /usr/lib/voikko/ r,
  40. /usr/lib/voikko/2/ r,
  41. /usr/lib/voikko/2/mor-standard/ r,
  42. /usr/lib/voikko/2/mor-standard/voikko* r,
  43. # zemberek
  44. /usr/share/java/ r,
  45. /usr/share/java/zemberek-[0-9]*.jar r,
  46. /usr/share/java/zemberek-tr-[0-9]*.jar r,
  47. # per-user dictionaries
  48. owner @{HOME}/.config/enchant/ rw,
  49. owner @{HOME}/.config/enchant/* rwk,
  50. # Include additions to the abstraction
  51. include if exists <abstractions/enchant.d>