From 45ad127e3f43d7f0fbf71c205e08f4a16232b8e3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 11 Jun 2015 15:18:53 +0800 Subject: Bug 1172953: Fix permissions on docker/*.{sh,pl} --- Bugzilla/Install/Filesystem.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Install') 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 }, -- cgit v1.2.3-24-g4f1b