logo

apparmor.d

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

aspell (412B)


  1. # vim:syntax=apparmor
  2. # aspell permissions
  3. abi <abi/3.0>,
  4. # per-user settings and dictionaries
  5. owner @{HOME}/.aspell.*.{pws,prepl} rwk,
  6. # system libraries and dictionaries
  7. /usr/lib/aspell/ r,
  8. /usr/lib/aspell/* r,
  9. /usr/lib/aspell/*.so m,
  10. /usr/share/aspell/ r,
  11. /usr/share/aspell/* r,
  12. /var/lib/aspell/* r,
  13. # Include additions to the abstraction
  14. include if exists <abstractions/aspell.d>