You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2008/02/06 20:53:25 UTC

svn commit: r619126 - /lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml

Author: rfrovarp
Date: Wed Feb  6 11:53:24 2008
New Revision: 619126

URL: http://svn.apache.org/viewvc?rev=619126&view=rev
Log:
Fix permissions for edit role. 

Modified:
    lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml

Modified: lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml?rev=619126&r1=619125&r2=619126&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml (original)
+++ lenya/trunk/src/pubs/default/config/access-control/usecase-policies.xml Wed Feb  6 11:53:24 2008
@@ -84,12 +84,15 @@
   </usecase>
   <usecase id="sitemanagement.changeLabel">
     <role id="sitemanager" method="grant"/>
+    <role id="edit" method="grant"/>
   </usecase>
   <usecase id="sitemanagement.changeNodeID">
     <role id="sitemanager" method="grant"/>
+    <role id="edit" method="grant"/>
   </usecase>
   <usecase id="sitemanagement.changeVisibility">
     <role id="sitemanager" method="grant"/>
+    <role id="edit" method="grant"/>
   </usecase>
   <usecase id="sitemanagement.copy">
     <role id="sitemanager" method="grant"/>
@@ -133,7 +136,6 @@
   </usecase>  
   <usecase id="tab.acArchive">
     <role id="sitemanager" method="grant"/>
-    <role id="edit" method="grant"/>
   </usecase>
   <usecase id="tab.acAuthoring">
     <role id="sitemanager" method="grant"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org