Index: openacs-4/packages/dotlrn/sql/oracle/security-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/security-create.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/sql/oracle/security-create.sql 9 Aug 2002 18:39:24 -0000 1.3 +++ openacs-4/packages/dotlrn/sql/oracle/security-create.sql 4 Dec 2002 09:51:03 -0000 1.4 @@ -49,9 +49,13 @@ -- the ability to create a community type acs_privilege.create_privilege('dotlrn_create_community_type'); + -- the ability to spam a community + acs_privilege.create_privilege('dotlrn_spam_community'); + -- consistent permissions acs_privilege.add_child('dotlrn_edit_community', 'dotlrn_view_community'); acs_privilege.add_child('dotlrn_admin_community', 'dotlrn_edit_community'); + acs_privilege.add_child('dotlrn_admin_community', 'dotlrn_spam_community'); -- inheritance acs_privilege.add_child('create', 'dotlrn_create_community_type');