This file is indexed.

/usr/share/pyshared/ZConfig/components/logger/eventlog.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
<component prefix="ZConfig.components.logger.logger">

  <import package="ZConfig.components.logger" file="abstract.xml"/>
  <import package="ZConfig.components.logger" file="base-logger.xml"/>

  <sectiontype name="eventlog"
               datatype=".EventLogFactory"
               extends="ZConfig.logger.base-logger"
               implements="ZConfig.logger.log">
    <description>
      Configuration for the root logger.
    </description>
  </sectiontype>

</component>