This file is indexed.

/usr/share/pyshared/zope/configuration/tests/samplepackage/baz3.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"
               xmlns:test="http://namespaces.zope.org/test"
  >

  <test:foo x="foo" y="3" />

</configure>