This file is indexed.

/usr/share/doc/libahven6-dev/examples/docbook-testreport/index.xml is in libahven6-dev 2.6-1.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
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % envdata SYSTEM "data.ent" > %envdata;
]>
<book>
	<bookinfo>

		<title>&project; Testresults</title>

		<author>
			<othername>&project; development team</othername>
			<email>&email;</email>
		</author>

		<pubdate>&time;</pubdate>

		<abstract>
			<para>
				This document is an auto-generated testreport for the &project;
				project. The unit tests have been run on the testhost described
				in <xref linkend="env"/>.
			</para>
			<para>
				<xref linkend="overview"/> shows overall statistics of this
				testrun, detailed results for each executed test can be found in
				<xref linkend="results"/>.
			</para>
		</abstract>

	</bookinfo>

	<chapter id="env">
		<title>Environment</title>
		The unit tests have been executed in the following environment:
		<informaltable>
			<tgroup cols='2'>
				<tbody>
					<row>
						<entry>Date and Time</entry><entry>&time;</entry>
					</row>
					<row>
						<entry>Hostname</entry><entry>&hostname;</entry>
					</row>
					<row>
						<entry>Operating System</entry><entry>&os;</entry>
					</row>
					<row>
						<entry>Kernel</entry>
						<entry>
							&kernel_name; &kernel_release; (&kernel_version;)
						</entry>
					</row>
				</tbody>
			</tgroup>
		</informaltable>
	</chapter>

	<!-- Include generated overview file -->

	<xi:include href="overview.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

	<!-- Include generated testresult files -->

	<xi:include href="result.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

</book>