This file is indexed.

/var/lib/pcp/testsuite/common.qt is in pcp-testsuite 3.9.10.

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
. /etc/pcp.conf
. ./common.sh
. ./common.check
. ./common.filter
. ./common.config

tmp=/tmp/$$
here=`pwd`
sudo=sudo
host=`hostname`

# hackery for dbus-based environments
#
if which dbus-launch >/dev/null 2>&1
then
    eval `dbus-launch | grep 'BUS_ADDRESS='`
fi