/etc/apparmor.d/abstractions/aspell is in apparmor 2.9.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11  | # 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,
  /var/lib/aspell/* r,
 |