This file is indexed.

/usr/share/pyshared/schooltool/lyceum/journal/stests/stesting.zcml is in python-schooltool.lyceum.journal 2.1.0-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
<configure xmlns="http://namespaces.zope.org/zope"
           xmlns:browser="http://namespaces.zope.org/browser"
           xmlns:flourish="http://schooltool.org/flourish"
           i18n_domain="schooltool.lyceum.journal">

  <include package="schooltool.skin.flourish.instance" />
  <include package="schooltool.testing" file="selenium.zcml" />
  <include package="schooltool.lyceum.journal" />
  <browser:defaultSkin name="SchoolToolFlourish" />

  <include package="schooltool.term" file="time_machine.zcml" />
  <flourish:page
     name="index.html"
     for="schooltool.term.interfaces.IDateManager"
     class="schooltool.lyceum.journal.stests.test_selenium.DateManagementView"
     permission="schooltool.view" />
      
</configure>