This file is indexed.

/usr/share/pyshared/zope/configuration/tests/samplepackage/configure.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
 8
 9
10
11
12
13
14
<configure xmlns="http://namespaces.zope.org/zope"
               xmlns:meta="http://namespaces.zope.org/meta"
               xmlns:test="http://namespaces.zope.org/test"
  >
  <meta:directive 
      namespace="http://namespaces.zope.org/test"
      name="foo"
      schema="zope.configuration.tests.samplepackage.foo.S1"
      handler="zope.configuration.tests.samplepackage.foo.handler"
      />

  <test:foo x="blah" y="0" />

</configure>