This file is indexed.

/usr/share/pyshared/lazr/restful/meta.zcml is in python-lazr.restful 0.19.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
<configure xmlns="http://namespaces.zope.org/meta">

  <directive
      namespace="http://namespaces.canonical.com/webservice"
      name="register"
      schema="lazr.restful.metazcml.IRegisterDirective"
      handler="lazr.restful.metazcml.register_webservice"
      />

</configure>