summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-02-24 16:11:31 +0100
committerDylan Hardison <dylan@mozilla.com>2016-02-24 16:11:31 +0100
commit55f7bb28f04b915a2b8129d1e86e574dc333362a (patch)
tree6926be065c2e7f274973728493365c7781abbdbb
parent8c597ceae28ba1bbe1780d88397af7ab065c613d (diff)
downloadbugzilla-55f7bb28f04b915a2b8129d1e86e574dc333362a.tar.gz
bugzilla-55f7bb28f04b915a2b8129d1e86e574dc333362a.tar.xz
Bug 1250875 - Bugzilla crashes immediately due to unreadable META.json and MYMETA.json
r=LpSolit,a=dylan
-rw-r--r--Bugzilla/Install/Filesystem.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index af7de928d..1c58e362e 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -163,11 +163,15 @@ sub FILESYSTEM {
'checksetup.pl' => { perms => OWNER_EXECUTE },
'jobqueue.pl' => { perms => OWNER_EXECUTE },
'migrate.pl' => { perms => OWNER_EXECUTE },
+ 'Makefile.PL' => { perms => OWNER_EXECUTE },
+ 'gen-cpanfile.pl' => { perms => OWNER_EXECUTE },
'clean-bug-user-last-visit.pl' => { perms => WS_EXECUTE },
'app.psgi' => { perms => CGI_READ },
'Bugzilla.pm' => { perms => CGI_READ },
"$localconfig*" => { perms => CGI_READ },
+ 'META.*' => { perms => CGI_READ },
+ 'MYMETA.*' => { perms => CGI_READ },
'bugzilla.dtd' => { perms => WS_SERVE },
'mod_perl.pl' => { perms => WS_SERVE },
'robots.txt' => { perms => WS_SERVE },