This file is indexed.

/usr/share/pyshared/zope/app/container/browser/configure.zcml is in python-zope.app.container 3.9.2-0ubuntu1.

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

  <page
      for="zope.app.container.interfaces.IReadContainer"
      name="find.html"
      permission="zope.ManageContent"
      class="zope.app.container.browser.find.Find"
      template="find.pt"
      menu="zmi_actions" title="Find" />

  <page
      for="zope.app.container.interfaces.IWriteContainer"
      permission="zope.ManageContent"
      name="commonTasks"
      class="zope.app.container.browser.contents.Contents"
      template="commontasks.pt" />

</zope:configure>