This file is indexed.

/usr/share/cluster/relaxng/resources.rng.tail is in resource-agents 1:3.9.3+git20121009-3ubuntu2.

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
      <ref name="RESOURCEACTION"/>
     </choice>
    </zeroOrMore>
  </define>

  <define name="RESOURCEACTION">
   <zeroOrMore>
    <element name="action" rha:description="Overrides resource action timings for a resource instance.">
     <attribute name="name" rha:description="Name of resource action (start, stop, status, etc.)."/>
     <optional>
      <attribute name="depth" rha:description="Status check depth (resource agent dependent; * = all depths)."/>
     </optional>
     <optional>
      <attribute name="interval" rha:description="Status check interval."/>
     </optional>
     <optional>
      <attribute name="timeout" rha:description="Action timeout.  Meaningless unless __enforce_timeouts is set for this resource."/>
     </optional>
    </element>
   </zeroOrMore>
  </define>
<!-- End autogenerated resources definitions -->