summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-03-06 19:15:19 +0100
committerByron Jones <bjones@mozilla.com>2014-03-06 19:15:19 +0100
commita36d1bc13c25446a7639e3710d51f1e6b2e6dd21 (patch)
treeccdeebcbc7bef1a9211f6d2a0124771b8d919d65 /Bugzilla/Install/Filesystem.pm
parent8bd1b7e6603b41f4c8227c309596eb674df8babd (diff)
downloadbugzilla-a36d1bc13c25446a7639e3710d51f1e6b2e6dd21.tar.gz
bugzilla-a36d1bc13c25446a7639e3710d51f1e6b2e6dd21.tar.xz
Bug 980388: metrics.pl is being called even when metrics_enabled is false
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-rw-r--r--Bugzilla/Install/Filesystem.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index c8a951deb..cd1e76916 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -159,8 +159,8 @@ sub FILESYSTEM {
'runtests.pl' => { perms => OWNER_EXECUTE },
'jobqueue.pl' => { perms => OWNER_EXECUTE },
'migrate.pl' => { perms => OWNER_EXECUTE },
- 'sentry.pl' => { perms => OWNER_EXECUTE },
- 'metrics.pl' => { perms => OWNER_EXECUTE },
+ 'sentry.pl' => { perms => WS_EXECUTE },
+ 'metrics.pl' => { perms => WS_EXECUTE },
'install-module.pl' => { perms => OWNER_EXECUTE },
'Bugzilla.pm' => { perms => CGI_READ },