This file is indexed.

/usr/share/pyshared/zope/app/security/_protections.zcml is in python-zope.app.security 3.7.5-0ubuntu4.

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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<configure
    xmlns="http://namespaces.zope.org/zope"
    i18n_domain="zope"
    >

<!-- ===================================================================== -->

<class class="BTrees.IIBTree.IIBTree">
   <allow attributes="__str__ __contains__ __getitem__ __iter__ __len__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKey minKey values" /> 
</class>
<class class="BTrees.IIBTree.IIBucket">
   <allow attributes="__contains__ __getitem__ __iter__ __len__ __str__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKeyminKey values" /> 
</class>
<class class="BTrees.IIBTree.IISet">
   <allow attributes="__contains__ __iter__ __len__ __str__ has_key insert
                      keys maxKey minKey" /> 
</class>
<class class="BTrees.IIBTree.IITreeIterator">
   <allow attributes="__iter__ __str__ __getitem__ __len__
                      __contains__ next" /> 
</class>

<!-- ===================================================================== -->

<class class="BTrees.IOBTree.IOBTree">
   <allow attributes="__str__ __contains__ __getitem__ __iter__ __len__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKey minKey values" /> 
</class>
<class class="BTrees.IOBTree.IOBucket">
   <allow attributes="__contains__ __getitem__ __iter__ __len__ __str__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKeyminKey values" /> 
</class>
<class class="BTrees.IOBTree.IOSet">
   <allow attributes="__contains__ __iter__ __len__ __str__ has_key insert
                      keys maxKey minKey" /> 
</class>
<class class="BTrees.IOBTree.IOTreeIterator">
   <allow attributes="__iter__ __str__ __getitem__ __len__
                      __contains__ next" /> 
</class>

<!-- ===================================================================== -->

<class class="BTrees.OIBTree.OIBTree">
   <allow attributes="__str__ __contains__ __getitem__ __iter__ __len__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKey minKey values" /> 
</class>
<class class="BTrees.OIBTree.OIBucket">
   <allow attributes="__contains__ __getitem__ __iter__ __len__ __str__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKeyminKey values" /> 
</class>
<class class="BTrees.OIBTree.OISet">
   <allow attributes="__contains__ __iter__ __len__ __str__ has_key insert
                      keys maxKey minKey" /> 
</class>
<class class="BTrees.OIBTree.OITreeIterator">
   <allow attributes="__iter__ __str__ __getitem__ __len__ 
                      __contains__ next" /> 
</class>

<!-- ===================================================================== -->

<class class="BTrees.OOBTree.OOBTree">
   <allow attributes="__str__ __contains__ __getitem__ __iter__ __len__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKey minKey values" /> 
</class>
<class class="BTrees.OOBTree.OOBucket">
   <allow attributes="__contains__ __getitem__ __iter__ __len__ __str__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKeyminKey values" /> 
</class>
<class class="BTrees.OOBTree.OOSet">
   <allow attributes="__contains__ __iter__ __len__ __str__ has_key insert
                      keys maxKey minKey" /> 
</class>
<class class="BTrees.OOBTree.OOTreeIterator">
   <allow attributes="__iter__ __str__ __getitem__ __len__
                      __contains__ next" /> 
</class>

<!-- ===================================================================== -->

<class class="BTrees.IFBTree.IFBTree">
   <allow attributes="__str__ __contains__ __getitem__ __iter__ __len__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKey minKey values" /> 
</class>
<class class="BTrees.IFBTree.IFBucket">
   <allow attributes="__contains__ __getitem__ __iter__ __len__ __str__
                      byValue get has_key items iteritems iterkeys
                      itervalues keys maxKeyminKey values" /> 
</class>
<class class="BTrees.IFBTree.IFSet">
   <allow attributes="__contains__ __iter__ __len__ __str__ has_key insert
                      keys maxKey minKey" /> 
</class>
<class class="BTrees.IFBTree.IFTreeIterator">
   <allow attributes="__iter__ __str__ __getitem__ __len__
                      __contains__ next" /> 
</class>

<!-- ===================================================================== -->

<class class="persistent.list.PersistentList">
   <allow attributes="__getitem__ __getslice__ __len__ __iter__
                      __contains__ index count data" /> 
</class>
<class class="persistent.dict.PersistentDict">
   <allow attributes="__getitem__ __len__ __iter__ get has_key
                      __copy__ keys values items iterkeys iteritems
                      itervalues __contains__ data" /> 
</class>

<!-- ===================================================================== -->

</configure>