This file is indexed.

/usr/share/crmsh/tests/cibtests/001.exp.xml is in crmsh 3.0.1-3ubuntu1.

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
<cib>
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair name="stonith-enabled" value="false" id="cib-bootstrap-options-stonith-enabled"/>
      </cluster_property_set>
    </crm_config>
    <nodes/>
    <resources>
      <primitive id="rsc_dummy" class="ocf" provider="heartbeat" type="Dummy">
        <operations>
          <op name="monitor" interval="30" id="rsc_dummy-monitor-30"/>
        </operations>
      </primitive>
    </resources>
    <constraints/>
    <acls/>
  </configuration>
  <status/>
</cib>