This file is indexed.

/etc/apparmor.d/abstractions/ubuntu-browsers.d/plugins-common 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
# vim:syntax=apparmor

  #
  # Plugins/helpers
  #
  @{PROC}/@{pid}/fd/ r,
  /usr/lib/** rm,
  /{,usr/}bin/bash ixr,
  /{,usr/}bin/dash ixr,
  /{,usr/}bin/grep ixr,
  /{,usr/}bin/sed ixr,
  /usr/bin/m4 ixr,

  # Since all the ubuntu-browsers.d abstractions need this, just include it
  # here
  #include <abstractions/ubuntu-helpers>