This file is indexed.

/usr/lib/python3/dist-packages/zope/location/configure.zcml is in python3-zope.location 4.0.3-1.

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
17
18
19
20
21
22
23
<configure xmlns="http://namespaces.zope.org/zope"
           xmlns:zcml="http://namespaces.zope.org/zcml">

  <configure zcml:condition="installed zope.component">

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

    <adapter factory=".location.LocationProxy"
             for="*" />

    <adapter factory=".traversing.LocationPhysicallyLocatable"
             for=".interfaces.ILocation" />

    <adapter factory=".traversing.RootPhysicallyLocatable"
             for=".interfaces.IRoot" />

    <adapter zcml:condition="installed zope.copy"
             factory=".pickling.LocationCopyHook"
             for=".interfaces.ILocation" />

  </configure>

</configure>