This file is indexed.

/usr/share/pyshared/zope/principalregistry/tests/principal.zcml is in python-zope.principalregistry 3.7.1-0ubuntu3.

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
<configure
    xmlns="http://namespaces.zope.org/zope"
    i18n_domain="zope"
    >

  <include package="zope.principalregistry" file="meta.zcml"/>

  <principal
      id="zope.p1"
      title="Sir Tim Peters"
      description="Tim Peters"
      login="tim"
      password_manager="SHA1"
      password="40bd001563085fc35165329ea1ff5c5ecbdbbeef"
      />

  <principal
      id="zope.p2"
      title="Sir Jim Fulton"
      description="Jim Fulton"
      login="jim"
      password="123"
      />

</configure>