You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
2 years ago
|
# 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,
|