This file is indexed.

/etc/apparmor.d/usr.lib.ubuntu-download-manager.udm-extractor is in ubuntu-download-manager 1.2+16.04.20160408-0ubuntu1.

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

profile udm-extractor /usr/lib/*/ubuntu-download-manager/udm-extractor {
  #include <abstractions/base>

  # Supported uncompressors
  /usr/bin/unzip ixr,

  # Where the compressed files are stored
  owner @{HOME}/.cache/*/HubIncoming/** r,

  # Where to uncompress the files
  owner @{HOME}/.cache/*/HubIncoming/** w,
}