This file is indexed.

/usr/share/doc/libacexml-dev/examples/SAXPrint/simple.svcconf.xml is in libacexml-dev 6.0.3+dfsg-0.1.

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
35
36
37
38
<ACE_Svc_Conf>
<static id="ACE_Service_Manager" params="-d -p 4911"/>

<dynamic id="Test_Task" type="service_object"> &#65; &amp;
  <initializer path="CCM_App" init="_make_Test_Task" params="-p 3000" />
</dynamic>

<streamdef>
  <dynamic id="CCM_App" type="stream" status="active">
    <initializer path="CCM_App" init="make_stream"/>
  </dynamic>
  <module>
    <dynamic id="Device_Adapter" type="module">
      <initializer path="CCM_App" init="make_da"/>
    </dynamic>
    <dynamic id="Event_Analyzer" type="module">
      <initializer path="CCM_App" init="make_ea"/>
    </dynamic>
    <dynamic id="Multicast_Router" type="module">
      <initializer path="CCM_App" init="make_mr" params="-p 3001"/>
    </dynamic>
  </module>
</streamdef>

<stream id="&ccm;">
  <module>
    <remove id="Device_Adapter"/>
    <!-- <remove id="Event_Analyzer"/> -->
    <!-- <remove id="Multicast_Router"/> -->
    <![CDATA[Only a text string.
Do you &amp;expect something more? &#65;]]>
<!-- Noticed that the "&amp;" in the above CDATA section can not be escaped. -->
  </module>
</stream>

<!-- remove CCM_App -->
<remove id="Test_&amp;Task&#x61;bc"/>
</ACE_Svc_Conf>