You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/06/11 17:03:14 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/policies root.acml

egli        2003/06/11 08:03:14

  Modified:    src/webapp/lenya/pubs/default/config/ac/policies root.acml
  Log:
  Make sure the new groups have read access.
  
  Revision  Changes    Path
  1.2       +19 -14    cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/policies/root.acml
  
  Index: root.acml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/policies/root.acml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- root.acml	16 Apr 2003 13:29:39 -0000	1.1
  +++ root.acml	11 Jun 2003 15:03:14 -0000	1.2
  @@ -1,18 +1,23 @@
   <?xml version="1.0"?>
   
   <ac>
  -<request>
  -  <action name="read"/>
  -</request>
  -<policy>
  - <object match="/">
  -  <subjects>
  -    <group id="root">
  -      <actions>
  -        <read/>
  -      </actions>
  -    </group>
  -  </subjects>
  - </object>
  -</policy>
  +  <request>
  +    <action name="read"/>
  +  </request>
  +  <policy>
  +    <object match="/">
  +      <subjects>
  +	<group id="admin">
  +	  <actions>
  +	    <read/>
  +	  </actions>
  +	</group>
  +	<group id="editor">
  +	  <actions>
  +	    <read/>
  +	  </actions>
  +	</group>
  +      </subjects>
  +    </object>
  +  </policy>
   </ac>
  
  
  

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