This file is indexed.

/usr/share/gcompris/boards/hanoi.xml is in gcompris-data 15.02-1.1ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
	 name="hanoi"
	 type="hanoi"
	 section="/puzzle"
	 icon="hanoi.svg"
	 difficulty="2"
	 author="Bruno Coudoin (bruno.coudoin@gcompris.net)"
	 boarddir=""
	 >
	 <title>Simplified Tower of Hanoi</title>
	 <description>Reproduce the given tower</description>
	<prerequisite>Mouse-manipulation</prerequisite>
	<goal>Reproduce the tower on the right in the empty space on the left</goal>
	<manual>Drag and Drop one top piece at a time, from one peg to another, to reproduce the tower on the right in the empty space on the left.</manual>
	 <credit>Concept taken from EPI games.</credit>
  </Board>
</GCompris>