This file is indexed.

/usr/share/pyshared/ZConfig/tests/library/thing/component.xml is in python-zconfig 2.9.3-0ubuntu1.

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
<?xml version="1.0" encoding="us-ascii"?>
<component>
  <abstracttype name='thing'/>
  <sectiontype name='thing-a' implements='thing'>
    <key name='thing-a-key' default='thing-a-default'/>
  </sectiontype>
  <sectiontype name='thing-b' implements='thing'>
    <key name='thing-b-key' default='thing-b-default'/>
  </sectiontype>
</component>