This file is indexed.

/etc/apparmor.d/apache2.d/phpsysinfo 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
# Last Modified: Fri Sep 11 13:27:22 2009
# Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>

  ^phpsysinfo {
    #include <abstractions/apache2-common>
    #include <abstractions/base>
    #include <abstractions/nameservice>
    #include <abstractions/python>

    /bin/dash ixr,
    /bin/df ixr,
    /bin/mount ixr,
    /bin/uname ixr,
    /dev/bus/usb/ r,
    /dev/bus/usb/** r,
    /etc/debian_version r,
    /etc/lsb-release r,
    /etc/mtab r,
    /etc/phpsysinfo/config.php r,
    @{PROC}/** r,
    /sys/bus/pci/devices/ r,
    /sys/devices/** r,
    /usr/bin/apt-cache ixr,
    /usr/bin/dpkg-query ixr,
    /usr/bin/lsb_release ixr,
    /usr/bin/lspci ixr,
    /usr/bin/who ixr,
    /usr/sbin/lsusb ixr,
    /usr/share/phpsysinfo/** r,
    /var/lib/dpkg/available r,
    /var/lib/dpkg/status r,
    /var/lib/dpkg/triggers/* r,
    /var/lib/dpkg/updates/ r,
    /var/lib/misc/usb.ids r,
    /var/log/apache2/access.log w,
    /var/log/apache2/error.log w,
    /{,var/}run/utmp rk,
    /usr/share/misc/pci.ids r,

  }