This file is indexed.

/etc/apparmor.d/usr.bin.totem-previewers is in apparmor-profiles-extra 1.6ubuntu1.

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
# vim:syntax=apparmor
# Author: Jamie Strandboge <jamie@canonical.com>

#include <tunables/global>

/usr/bin/totem-video-thumbnailer {
  #include <abstractions/totem>

  # Allow read on anything in @{HOME}. Lenient, but private-files-strict is in
  # effect.
  #include <abstractions/private-files-strict>
  owner @{HOME}/** r,

  # Not needed by nautilus, but maybe other applications
  owner /**.[pP][nN][gG] w,
  owner /**.[jJ][pP]{,[eE]}[gG] w,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/usr.bin.totem-previewers>
}

/usr/bin/totem-audio-preview {
  #include <abstractions/totem>
  #include <abstractions/audio>

  # Allow read on anything in @{HOME}. Lenient, but private-files-strict is in
  # effect.
  #include <abstractions/private-files-strict>
  owner @{HOME}/** r,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/usr.bin.totem-previewers>
}