mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

Merge from trunk revision 2875 From: Felix Geyer <debfx@ubuntu.com> At least Debian/Ubuntu started shipping some aspell files in /usr/share/aspell/. For example: /usr/share/aspell/iso-8859-1.cmap /usr/share/aspell/iso-8859-1.cset The abstraction should allow read access to these files. Acked-by: Steve Beattie <steve@nxnw.org>
13 lines
308 B
Text
13 lines
308 B
Text
# vim:syntax=apparmor
|
|
# aspell permissions
|
|
|
|
# per-user settings and dictionaries
|
|
owner @{HOME}/.aspell.*.{pws,prepl} rwk,
|
|
|
|
# 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,
|
|
/var/lib/aspell/* r,
|