This file is indexed.

/usr/share/pegasus/examples/dynamic-hierarchy/inner2.dax is in pegasus-wms 4.4.0+dfsg-7.

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
<?xml version="1.0" encoding="UTF-8"?>
<adag xmlns="http://pegasus.isi.edu/schema/DAX" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pegasus.isi.edu/schema/DAX http://pegasus.isi.edu/schema/dax-3.3.xsd" version="3.3" name="inner">
	<job id="ID0000001" namespace="level2" name="sleep">
		<argument>2</argument>
	</job>
	<job id="ID0000002" namespace="level2" name="sleep">
		<argument>2</argument>
	</job>
	<child ref="ID0000002">
		<parent ref="ID0000001"/>
	</child>
</adag>