This file is indexed.

/usr/share/cain/examples/cain/WilkinsonSMfSB/ch05-act.xml is in cain-examples 1.9-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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<cain version="1.7">
  <listOfModels>
    <model id="Activation">
      <listOfSpecies>
        <species initialAmount="0" id="A"/>
        <species initialAmount="1" id="I"/>
      </listOfSpecies>
      <listOfReactions>
        <reaction propensity="0.5" massAction="false" id="Activation">
          <listOfReactants>
            <speciesReference species="I"/>
          </listOfReactants>
          <listOfProducts>
            <speciesReference species="A"/>
          </listOfProducts>
        </reaction>
        <reaction propensity="1" massAction="false" id="Inactivation">
          <listOfReactants>
            <speciesReference species="A"/>
          </listOfReactants>
          <listOfProducts>
            <speciesReference species="I"/>
          </listOfProducts>
        </reaction>
      </listOfReactions>
    </model>
  </listOfModels>
  <listOfMethods>
    <method equilibrationTime="0.0" startTime="0.0" recordingTime="30.0" id="Direct" category="0" numberOfBins="32" multiplicity="4" method="0" timeDependence="0" numberOfFrames="101" options="0"/>
  </listOfMethods>
  <random seed="2147483648">
  </random>
</cain>