This file is indexed.

/usr/share/pyshared/zope/location/configure.zcml is in python-zope.location 3.9.1-2.

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
<configure xmlns="http://namespaces.zope.org/zope"
           xmlns:zcml="http://namespaces.zope.org/zcml">

  <include file="meta.zcml" package="zope.component" />

  <adapter factory=".location.LocationProxy" />
  <adapter zcml:condition="installed zope.copy"
           factory=".pickling.LocationCopyHook" />
  <adapter factory=".traversing.LocationPhysicallyLocatable" />
  <adapter factory=".traversing.RootPhysicallyLocatable" />

</configure>