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

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
18 lines
412 B
Text
18 lines
412 B
Text
# vim:syntax=apparmor
|
|
# aspell permissions
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# 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,
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/aspell.d>
|