apparmor/profiles/apparmor.d/abstractions/aspell

17 lines
395 B
Text
Raw Normal View History

2007-08-27 23:49:51 +00:00
# vim:syntax=apparmor
# aspell permissions
# per-user settings and dictionaries
owner @{HOME}/.aspell.*.{pws,prepl} rwk,
2007-08-27 23:49:51 +00:00
# system libraries and dictionaries
/usr/lib/aspell/ r,
/usr/lib/aspell/* r,
/usr/lib/aspell/*.so m,
/usr/share/aspell/ r,
/usr/share/aspell/* r,
2007-08-27 23:49:51 +00:00
/var/lib/aspell/* r,
# Include additions to the abstraction
#include if exists <abstractions/aspell.d>