This file is indexed.

/usr/share/doc/apparmor-profiles/extras/usr.lib.man-db.man is in apparmor-profiles 2.10.95-0ubuntu2.10.

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
57
58
59
60
61
62
63
64
65
66
67
68
# ------------------------------------------------------------------
#
#    Copyright (C) 2002-2005 Novell/SUSE
#
#    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.
#
# ------------------------------------------------------------------
# vim:syntax=apparmor

#include <tunables/global>

/usr/lib/man-db/man {
  #include <abstractions/base>
  #include <abstractions/bash>
  #include <abstractions/consoles>
  #include <abstractions/user-manpages>

  /bin/bash rmix,
  /bin/cat rmix,
  /bin/gunzip rmix,
  /bin/mktemp rmix,
  /bin/more rmix,
  /bin/rm rmix,

  /etc/groff/man.local r,
  /etc/lesskey.bin r,
  /etc/manpath.config r,
  /etc/man.config r,
  /etc/papersize r,
  /etc/termcap r,

  /tmp/nroff.** rw,

  /usr/man/** r,
  /usr/bin/apropos Px,
  /usr/bin/cmp rmix,
  /usr/bin/getopt rmix,
  /usr/bin/groff rmix,
  /usr/bin/grops rmix,
  /usr/bin/grotty rmix,
  /usr/bin/iconv rmix,
  /{usr/,}bin/less rmix,
  /usr/bin/locale rmix,
  /usr/bin/man rmix,
  /usr/bin/nroff rmix,
  /usr/bin/preconv rmix,
  /usr/bin/tbl rmix,
  /usr/bin/troff rmix,
  /usr/bin/zsoelim rmix,
  /usr/lib/man-db/man rmix,
  /usr/lib/man-db/manconv rmix,
  /usr/local/man/ r,
  /usr/local/man/** r,
  /usr/local/share/man/ r,
  /usr/local/share/man/** r,
  /usr/share/groff/** r,
  /usr/share/locale-bundle/** r,
  /usr/share/man/ r,
  /usr/share/man/** r,
  /usr/share/terminfo/** r,
  /usr/share/texmf/teTeX/man/** r,

  /var/cache/man/** rk,

  owner @{HOME}/.lesshst rw,
}