This file is indexed.

/usr/share/doc/apparmor-profiles/extras/usr.lib.postfix.master is in apparmor-profiles 2.8.95~2430-0ubuntu5.

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
# ------------------------------------------------------------------
#
#    Copyright (C) 2002-2006 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.
#
# ------------------------------------------------------------------

#include <tunables/global>

/usr/lib/postfix/master {
  #include <abstractions/base>
  #include <abstractions/kerberosclient>
  #include <abstractions/nameservice>
  #include <program-chunks/postfix-common>

  capability net_bind_service,
  capability kill,
  capability dac_override,

  /etc/postfix/master.cf                       r,
  /{var/spool/postfix/,}pid/master.pid            rw,
  /{var/spool/postfix/,}private/*                 wl,
  /{var/spool/postfix/,}private/tlsmgr            rwl,
  /{var/spool/postfix/,}public/{cleanup,flush,pickup,qmgr,showq,tlsmgr} rwl,

  /usr/lib/postfix/anvil                       Px,
  /usr/lib/postfix/bounce                      Px,
  /usr/lib/postfix/cleanup                     Px,
  /usr/lib/postfix/flush                       Px,
  /usr/lib/postfix/local                       Px,
  /usr/lib/postfix/master                      rmix,
  /usr/lib/postfix/nqmgr                       Px,
  /usr/lib/postfix/proxymap                    Px,
  /usr/lib/postfix/pickup                      Px,
  /usr/lib/postfix/pipe                        Px,
  /usr/lib/postfix/qmgr                        Px,
  /usr/lib/postfix/scache                      Px,
  /usr/lib/postfix/showq                       Px,
  /usr/lib/postfix/smtp                        Px,
  /usr/lib/postfix/smtpd                       Px,
  /usr/lib/postfix/tlsmgr                      Px,
  /usr/lib/postfix/trivial-rewrite             Px,
  /usr/lib/postfix/master                      rmix,
}