Update of /var/cvs/tests/config/security/context
In directory james.mmbase.org:/tmp/cvs-serv16530/config/security/context
Modified Files:
config.xml
Log Message:
See also: http://cvs.mmbase.org/viewcvs/tests/config/security/context
Index: config.xml
===================================================================
RCS file: /var/cvs/tests/config/security/context/config.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- config.xml 7 Jul 2008 15:16:13 -0000 1.6
+++ config.xml 1 Oct 2008 17:24:08 -0000 1.7
@@ -53,6 +53,7 @@
<possible context="imagesmodule" />
<possible context="system" />
<possible context="non_default" />
+ <possible context="everyones" />
</context>
<context name="default">
<operation type="create"> <grant group="users" />
</operation>
@@ -64,6 +65,7 @@
<possible context="admin" />
<possible context="default" />
<possible context="non_default" />
+ <possible context="everyones" />
</context>
<context name="system">
<operation type="create"> <grant group="users" />
</operation>
@@ -74,6 +76,7 @@
<operation type="change context"><grant group="administrators"
/></operation>
<possible context="admin" />
<possible context="system" />
+ <possible context="everyones" />
</context>
<context name="imagesmodule">
<operation type="read"> <grant group="everyone" />
</operation>
@@ -101,6 +104,17 @@
<operation type="change context"><grant group="administrators"
/></operation>
<possible context="admin" />
<possible context="import" />
+ <possible context="everyones" />
+ </context>
+
+ <context name="everyones">
+ <operation type="read"> <grant group="everyone" />
</operation>
+ <operation type="write"> <grant group="everyone" />
</operation>
+ <operation type="delete"> <grant group="everyone" />
</operation>
+ <operation type="change context"><grant group="everyone" /></operation>
+ <possible context="admin" />
+ <possible context="import" />
+ <possible context="default" />
</context>
</contexts>
</contextconfig>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs