This file is indexed.

/usr/share/pyshared/ZODB/tests/component.xml is in python-zodb 1:3.10.5-0ubuntu3.

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
<component>
  <sectiontype
     name="hexstorage"
     datatype="ZODB.tests.hexstorage.ZConfigHex"
     implements="ZODB.storage"
     >
    <section type="ZODB.storage" name="*" attribute="base" required="yes" />
  </sectiontype>
  <sectiontype
     name="serverhexstorage"
     datatype="ZODB.tests.hexstorage.ZConfigServerHex"
     implements="ZODB.storage"
     >
    <section type="ZODB.storage" name="*" attribute="base" required="yes" />
  </sectiontype>
</component>