You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/02/15 17:15:22 UTC

svn commit: r507981 - /ofbiz/trunk/applications/content/data/ContentSecurityData.xml

Author: jaz
Date: Thu Feb 15 08:15:21 2007
New Revision: 507981

URL: http://svn.apache.org/viewvc?view=rev&rev=507981
Log:
added new content security data

Modified:
    ofbiz/trunk/applications/content/data/ContentSecurityData.xml

Modified: ofbiz/trunk/applications/content/data/ContentSecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentSecurityData.xml?view=diff&rev=507981&r1=507980&r2=507981
==============================================================================
--- ofbiz/trunk/applications/content/data/ContentSecurityData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentSecurityData.xml Thu Feb 15 08:15:21 2007
@@ -31,6 +31,17 @@
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="CONTENTMGR_VIEW"/>
     <SecurityGroupPermission groupId="VIEWADMIN" permissionId="CONTENTMGR_VIEW"/>
     <SecurityGroupPermission groupId="BIZADMIN" permissionId="CONTENTMGR_ADMIN"/>
+
+    <!-- Content ROLE security -->
+    <SecurityPermission description="Limited View operations in the Content Manager." permissionId="CONTENTMGR_ROLE_VIEW"/>
+    <SecurityPermission description="Limited Create operations in the Content Manager." permissionId="CONTENTMGR_ROLE_CREATE"/>
+    <SecurityPermission description="Limited Update operations in the Content Manager." permissionId="CONTENTMGR_ROLE_UPDATE"/>
+    <SecurityPermission description="Limited Delete operations in the Content Manager." permissionId="CONTENTMGR_ROLE_DELETE"/>
+    <SecurityGroup groupId="CONTENT_USER" description="Content user group; all limited content permissions."/>
+    <SecurityGroupPermission groupId="CONTENT_USER" permissionId="CONTENTMGR_ROLE_VIEW"/>
+    <SecurityGroupPermission groupId="CONTENT_USER" permissionId="CONTENTMGR_ROLE_CREATE"/>
+    <SecurityGroupPermission groupId="CONTENT_USER" permissionId="CONTENTMGR_ROLE_UPDATE"/>
+    <SecurityGroupPermission groupId="CONTENT_USER" permissionId="CONTENTMGR_ROLE_DELETE"/>
     
     <!-- Control Applet security -->
     <SecurityPermission description="Send to the Control Applet." permissionId="SEND_CONTROL_APPLET"/>