This file is indexed.

/usr/share/pyshared/lazr/restful/ftesting.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
11
12
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:webservice="http://namespaces.canonical.com/webservice"
    i18n_domain="lazr">

    <include package="lazr.restful" file="basic-site.zcml"/>
    <include package="lazr.restful.example.base" file="configure.zcml" />
    <securityPolicy
     component="lazr.restful.example.base.security.CookbookWebServiceSecurityPolicy"
     />

</configure>