summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-06-11 09:18:53 +0200
committerByron Jones <glob@mozilla.com>2015-06-11 09:18:53 +0200
commit45ad127e3f43d7f0fbf71c205e08f4a16232b8e3 (patch)
tree74db6eb97039235fc132f8efb8574d3a25a3e210 /Bugzilla/Install
parentf90bf2052bcfc571647f01afed1e58a9c52953e0 (diff)
downloadbugzilla-45ad127e3f43d7f0fbf71c205e08f4a16232b8e3.tar.gz
bugzilla-45ad127e3f43d7f0fbf71c205e08f4a16232b8e3.tar.xz
Bug 1172953: Fix permissions on docker/*.{sh,pl}
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 2bbc9beea..5432bddfa 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -178,6 +178,8 @@ sub FILESYSTEM {
'contrib/*/README' => { perms => OWNER_WRITE },
'contrib/sendunsentbugmail.pl' => { perms => WS_EXECUTE },
'docker/*' => { perms => OWNER_WRITE },
+ 'docker/*.pl' => { perms => OWNER_EXECUTE },
+ 'docker/*.sh' => { perms => OWNER_EXECUTE },
'docs/bugzilla.ent' => { perms => OWNER_WRITE },
'docs/makedocs.pl' => { perms => OWNER_EXECUTE },
'docs/style.css' => { perms => WS_SERVE },