This file is indexed.

/etc/apparmor.d/usr.sbin.cups-browsed is in cups-browsed 1.0.52-0ubuntu1.8.

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
#include <tunables/global>

/usr/sbin/cups-browsed {
  #include <abstractions/base>
  #include <abstractions/nameservice>
  #include <abstractions/cups-client>
  #include <abstractions/dbus>
  #include <abstractions/p11-kit>

  /etc/cups/cups-browsed.conf r,
  /{var/,}run/cups/certs/* r,
  /tmp/** rw,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/usr.sbin.cups-browsed>
}