[Zope3-checkins] 
	SVN: Zope3/branches/ZopeX3-3.0-broken/src/zope/app/security/configure.zcml
	Made security-setting attributes public. There's nothing woth
    Jim Fulton 
    jim at zope.com
       
    Fri Aug 27 11:01:16 EDT 2004
    
    
  
Log message for revision 27294:
  Made security-setting attributes public. There's nothing woth
  protecting there.
  
Changed:
  U   Zope3/branches/ZopeX3-3.0-broken/src/zope/app/security/configure.zcml
-=-
Modified: Zope3/branches/ZopeX3-3.0-broken/src/zope/app/security/configure.zcml
===================================================================
--- Zope3/branches/ZopeX3-3.0-broken/src/zope/app/security/configure.zcml	2004-08-27 14:47:24 UTC (rev 27293)
+++ Zope3/branches/ZopeX3-3.0-broken/src/zope/app/security/configure.zcml	2004-08-27 15:01:16 UTC (rev 27294)
@@ -41,7 +41,7 @@
   </content>
 
   <content class=".settings.PermissionSetting">
-    <require permission="zope.Security"
+    <require permission="zope.Public"
              attributes="getName getDescription __str__" />
   </content>
 
    
    
More information about the Zope3-Checkins
mailing list