From 95bfc797b43bd7f1d8f45ea629aa6119b51e8a29 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 28 Jan 2011 11:30:29 -0500 Subject: Bug 622080 - Change group which can moderate quips r/a=mkanat --- Bugzilla/Install.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/Install.pm') 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 => { -- cgit v1.2.3-24-g4f1b