This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/install.txt is in plainbox-provider-checkbox 0.3-2.

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
plugin: shell
name: install/apt-get-gets-updates
requires: package.name == 'apt'
user: root
command: apt-get -d -y --force-yes dist-upgrade
description:
 Tests to see that apt can access repositories and get updates (does
 not install updates). This is done to confirm that you could recover
 from an incomplete or broken update.