This file is indexed.

/usr/share/pyshared/zope/configuration/tests/sample.zcml is in python-zope.configuration 3.7.4-2fakesync1.

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
<configure xmlns='http://namespaces.zope.org/zope'>
  <!-- zope.configure -->
  <directives namespace="http://namespaces.zope.org/zope">
    <directive name="hook" attributes="name implementation module"
       handler="zope.configuration.metaconfigure.hook" />
  </directives>
</configure>