From: Frédéric Buclin Date: Sun, 5 Apr 2015 19:07:50 +0000 (+0200) Subject: Bug 1128194: Remove 'umask 0' from post_bug.cgi X-Git-Tag: bugzilla-5.0rc3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=038774eddcba5451d6e6362b851d859d1073870c;p=thirdparty%2Fbugzilla.git Bug 1128194: Remove 'umask 0' from post_bug.cgi r=dkl a=sgreen --- diff --git a/post_bug.cgi b/post_bug.cgi index 4680d6804b..ca029c01a6 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -64,8 +64,6 @@ if (defined $cgi->param('maketemplate')) { exit; } -umask 0; - # The format of the initial comment can be structured by adding fields to the # enter_bug template and then referencing them in the comment template. my $comment;