summaryrefslogtreecommitdiff
path: root/rt/bin/mason_handler.fcgi.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/bin/mason_handler.fcgi.in')
-rw-r--r--rt/bin/mason_handler.fcgi.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/bin/mason_handler.fcgi.in b/rt/bin/mason_handler.fcgi.in
index a009663b9..52dddd3d3 100644
--- a/rt/bin/mason_handler.fcgi.in
+++ b/rt/bin/mason_handler.fcgi.in
@@ -33,8 +33,9 @@ my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters);
require CGI::Fast;
RT::Init();
+RT::DropSetGIDPermissions();
+
-# Response loop
while ( my $cgi = CGI::Fast->new ) {
# the whole point of fastcgi requires the env to get reset here..
# So we must squash it again