[wpdev-commits] xmlscripts/definitions/system access.xml,1.7,1.8
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-04 21:53:56
|
Update of /cvsroot/wpdev/xmlscripts/definitions/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12833/system Modified Files: access.xml Log Message: access updates Index: access.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/system/access.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** access.xml 26 Sep 2004 17:45:03 -0000 1.7 --- access.xml 4 Oct 2004 21:53:41 -0000 1.8 *************** *** 25,28 **** --- 25,52 ---- </group> </acl> + + <acl id="coadmin" rank="99"> + <group name="command"> + <action name="any" permit="true" /> + <action name="RELOAD" permit="false" /> + <action name="IMPORT" permit="false" /> + <action name="EXPORT" permit="false" /> + <action name="ACCOUNT" permit="false" /> + <action name="SHUTDOWN" permit="false" /> + <action name="DECORATION" permit="false" /> + <action name="DOORGEN" permit="false" /> + <action name="EVAL" permit="false" /> + </group> + <group name="multi"> + <action name="any" permit="true" /> + </group> + <group name="RemoteAccess"> + <action name="any" permit="false" /> + </group> + <group name="Misc"> + <action name="Unlimited Tile" permit="true" /> + <action name="May Block Staff Accounts" permit="true" /> + </group> + </acl> <!-- GameMaster privs --> *************** *** 39,43 **** <action name="IMPORT" permit="false" /> <action name="OPTIMIZEDB" permit="false" /> - <action name="SEASON" permit="false" /> <action name="SHUTDOWN" permit="false" /> </group> --- 63,66 ---- *************** *** 69,73 **** <action name="OPTIMIZEDB" permit="false" /> <action name="SAVE" permit="false" /> - <action name="SEASON" permit="false" /> <action name="SET" permit="false" /> <action name="SHUTDOWN" permit="false" /> --- 92,95 ---- |