This file is indexed.

/usr/share/pyshared/z3c/autoinclude/meta.zcml is in python-z3c.autoinclude 0.3.5-0ubuntu1.

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
23
24
25
26
27
28
29
30
31
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:meta="http://namespaces.zope.org/meta">

  <meta:directives namespace="http://namespaces.zope.org/zope">

    <meta:directive
        name="includeDependencies"
        schema=".zcml.IIncludeDependenciesDirective"
        handler=".zcml.includeDependenciesDirective"
        />
    <meta:directive
        name="includeDependenciesOverrides"
        schema=".zcml.IIncludeDependenciesDirective"
        handler=".zcml.includeDependenciesOverridesDirective"
        />

    <meta:directive
        name="includePlugins"
        schema=".zcml.IIncludePluginsDirective"
        handler=".zcml.includePluginsDirective"
        />
    <meta:directive
        name="includePluginsOverrides"
	schema=".zcml.IIncludePluginsDirective"
	handler=".zcml.includePluginsOverridesDirective"
	/>

  </meta:directives>

</configure>