summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-13 15:37:03 +0100
committerGitHub <noreply@github.com>2018-03-13 15:37:03 +0100
commit6b8fa6c161e88a9054cdcef49aa76aa857ed9a72 (patch)
treefd5e28edc46ae33ef07733357a011aa29e6ace75 /Bugzilla/Install
parent294b3090c1eac02ed1d561ddb797814bd3537bfb (diff)
downloadbugzilla-6b8fa6c161e88a9054cdcef49aa76aa857ed9a72.tar.gz
bugzilla-6b8fa6c161e88a9054cdcef49aa76aa857ed9a72.tar.xz
Bug 1441181 - Step 4 - Re-implement subprocess code with IO::Async
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 97ab69b9b..71169345b 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -225,6 +225,7 @@ sub FILESYSTEM {
'metrics.pl' => { perms => WS_EXECUTE },
'Makefile.PL' => { perms => OWNER_EXECUTE },
'gen-cpanfile.pl' => { perms => OWNER_EXECUTE },
+ 'jobqueue-worker.pl' => { perms => OWNER_EXECUTE },
'clean-bug-user-last-visit.pl' => { perms => WS_EXECUTE },
'Bugzilla.pm' => { perms => CGI_READ },