This file is indexed.

/usr/share/pyshared/ZConfig/components/basic/mapping.xml is in python-zconfig 2.9.3-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
32
33
34
<component>

  <sectiontype name="ZConfig.basic.mapping"
               datatype="ZConfig.components.basic.mapping.mapping">
    <description>
      Section that provides a simple mapping implementation.  An
      application should derive a more specific section type for use
      in configuration files:

        &lt;import package="ZConfig.components.basic"
                     file="mapping.xml"
                     /&gt;

        &lt;sectiontype name="mapping"
                     extends="ZConfig.basic.mapping"
                     /&gt;

      If a non-standard keytype is needed, it can be overridden as
      well:

        &lt;sectiontype name="system-map"
                     extends="ZConfig.basic.mapping"
                     keytype="mypkg.datatypes.system_name"
                     /&gt;

    </description>

    <key name="+"
         attribute="mapping"
         required="no"
         />
  </sectiontype>

</component>