X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fbin%2Fmason_handler.fcgi.in;fp=rt%2Fbin%2Fmason_handler.fcgi.in;h=52dddd3d3c8a0a34d651c2a9b6a5b380a5e4f5bf;hb=c582e92888b4a5553e1b4e5214cf35217e4a0cf0;hp=a009663b96893e50a46e58a12d7168cbb647f37d;hpb=289340780927b5bac2c7604d7317c3063c6dd8cc;p=freeside.git 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