This file is indexed.

/usr/share/pyshared/zope/intid/subscribers.zcml is in python-zope.intid 3.7.2-0ubuntu3.

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

  <subscriber handler=".removeIntIdSubscriber" />
  <subscriber handler=".addIntIdSubscriber" />
  <subscriber handler=".intIdEventNotify" />

</configure>