aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/apparmor/apparmor.d/abstractions/aspell
blob: f6989d722d5a1e19a55e9738cc5db8b6f9eef74c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim:syntax=apparmor
# aspell permissions

  abi <abi/4.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>