This file is indexed.

/etc/apparmor.d/abstractions/enchant is in apparmor 2.10.95-0ubuntu2.

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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
#    Copyright (C) 2010 Canonical Ltd.
#
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of version 2 of the GNU General Public
#    License published by the Free Software Foundation.
#
# ------------------------------------------------------------------

  # abstraction for Enchant spellchecking frontend

  /usr/share/enchant/                              r,
  /usr/share/enchant/enchant.ordering              r,

  # aspell
  #include <abstractions/aspell>
  /var/lib/dictionaries-common/aspell/             r,
  /var/lib/dictionaries-common/aspell/*            r,

  # hspell
  /usr/share/hspell/                               r,
  /usr/share/hspell/*.wgz.*                        r,

  # hunspell
  /usr/share/hunspell/                             r,
  /usr/share/hunspell/*                            r,

  # ispell
  /usr/lib/ispell/                                 r,
  /usr/lib/ispell/*.hash                           r,
  /usr/share/dict/                                 r,
  /usr/share/dict/*                                r,
  /var/lib/dictionaries-common/                    r,
  /var/lib/dictionaries-common/{ispell,wordlist}/  r,
  /var/lib/dictionaries-common/{ispell,wordlist}/* r,

  # myspell
  /usr/share/myspell/                              r,
  /usr/share/myspell/**                            r,

  # voikko
  /usr/lib/voikko/                                 r,
  /usr/lib/voikko/2/                               r,
  /usr/lib/voikko/2/mor-standard/                  r,
  /usr/lib/voikko/2/mor-standard/voikko*           r,

  # zemberek
  /usr/share/java/                                 r,
  /usr/share/java/zemberek-[0-9]*.jar              r,
  /usr/share/java/zemberek-tr-[0-9]*.jar           r,

  # per-user dictionaries
  owner @{HOME}/.config/enchant/                   rw,
  owner @{HOME}/.config/enchant/*                  rwk,