[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/_protections.zcml Make protections for new IFBTree code.

Gary Poster gary at zope.com
Mon Apr 25 17:59:11 EDT 2005


Log message for revision 30178:
  Make protections for new IFBTree code.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/security/_protections.zcml

-=-
Modified: Zope3/trunk/src/zope/app/security/_protections.zcml
===================================================================
--- Zope3/trunk/src/zope/app/security/_protections.zcml	2005-04-25 21:37:46 UTC (rev 30177)
+++ Zope3/trunk/src/zope/app/security/_protections.zcml	2005-04-25 21:59:11 UTC (rev 30178)
@@ -89,6 +89,27 @@
 
 <!-- ===================================================================== -->
 
+<content class="BTrees.IFBTree.IFBTree">
+   <allow attributes="__str__ __contains__ __getitem__ __iter__ __len__
+                      byValue get has_key items iteritems iterkeys
+                      itervalues keys maxKey minKey values" /> 
+</content>
+<content class="BTrees.IFBTree.IFBucket">
+   <allow attributes="__contains__ __getitem__ __iter__ __len__ __str__
+                      byValue get has_key items iteritems iterkeys
+                      itervalues keys maxKeyminKey values" /> 
+</content>
+<content class="BTrees.IFBTree.IFSet">
+   <allow attributes="__contains__ __iter__ __len__ __str__ has_key insert
+                      keys maxKey minKey" /> 
+</content>
+<content class="BTrees.IFBTree.IFTreeIterator">
+   <allow attributes="__iter__ __str__ __getitem__ __len__
+                      __contains__ next" /> 
+</content>
+
+<!-- ===================================================================== -->
+
 <content class="persistent.list.PersistentList">
    <allow attributes="__getitem__ __getslice__ __len__ __iter__
                       __contains__ index count" /> 



More information about the Zope3-Checkins mailing list