summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-01-28 17:30:29 +0100
committerDavid Lawrence <dlawrence@mozilla.com>2011-01-28 17:30:29 +0100
commit95bfc797b43bd7f1d8f45ea629aa6119b51e8a29 (patch)
treef49e5bd6afd287dc1185e0eab2780d52e586e5c8 /Bugzilla/Install.pm
parentf6142bf5bb569e67686f74cdfd959c79c7c7cb23 (diff)
downloadbugzilla-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.tar.gz
bugzilla-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.tar.xz
Bug 622080 - Change group which can moderate quips
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 9d4426bbe..6fbaa0b75 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -149,6 +149,10 @@ use constant SYSTEM_GROUPS => (
description => 'Can not be impersonated by other users',
inherited_by => ['bz_sudoers'],
},
+ {
+ name => 'bz_quip_moderators',
+ description => 'Can moderate quips',
+ },
);
use constant DEFAULT_CLASSIFICATION => {