This file is indexed.

/etc/apparmor.d/usr.bin.obfsproxy is in obfsproxy 0.2.13-1.

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/bin/obfsproxy {
  #include <abstractions/base>
  #include <abstractions/nameservice>
  #include <abstractions/python>

  /usr/bin/          r,
  /usr/bin/obfsproxy r,
  /usr/bin/python2.7 r,

  /var/lib/tor/pt_state/scramblesuit/* rw,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/usr.bin.obfsproxy>
}