BMO/new-security-group
< BMO
Jump to navigation
Jump to search
Adding a new security group
These steps need to be implemented when adding a new "security" group to BMO:
1. Add code to extensions/BMO/lib/Data.pm that accomplish the following:
a. %group_to_cc_map: Add the email address to automatically CC when a bug is placed in the security group. b. %always_fileable_group: Add the group as one that can always be filed into, whoever you are. c. %product_sec_groups: Add the product to group mapping for the new security group.
2. Security groups rare can be bless directly into even admins. Normally the groups membership is determined by inheritance from other groups.