This file is indexed.

/usr/share/pyshared/zope/app/component/meta.zcml is in python-zope.app.component 3.9.3-0ubuntu2.

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

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

  <!-- BBB this include is for backwards-compatibility after directives were
       moved from here. -->
  <include package="zope.security" file="meta.zcml" />

</configure>