This file is indexed.

/usr/share/pyshared/lazr/restful/basic-site.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
13
14
15
16
17
18
19
20
21
22
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:grok="http://namespaces.zope.org/grok"
    i18n_domain="lazr">

    <!--Basic setup for lazr.restful sites.-->

    <include package="zope.component" file="meta.zcml"/>
    <include package="zope.security" file="meta.zcml"/>
    <include package="zope.component"/>
    <include package="zope.traversing"/>
    <include package="grokcore.component" file="meta.zcml" />
    <include package="lazr.enum"/>
    <include package="lazr.restful" file="configure.zcml" />
    <include package="lazr.restful" file="meta.zcml" />
    <grok:grok package="lazr.restful.directives" />

    <adapter factory="zope.publisher.http.HTTPCharsets" />

    <adapter factory="lazr.restful.simple.MultiplePathPartAbsoluteURL" />

</configure>