summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-09 23:20:43 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-09 23:20:43 +0200
commit71fd7fa1d81f62ba7c2ad65426133946c8d8eaae (patch)
tree29d82e647fee00da136ee14ee762f72c0a45297c /Bugzilla/Install
parent38909eff20b14f7e063f8a6c71b0fe29a2b62bae (diff)
downloadbugzilla-71fd7fa1d81f62ba7c2ad65426133946c8d8eaae.tar.gz
bugzilla-71fd7fa1d81f62ba7c2ad65426133946c8d8eaae.tar.xz
2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable
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 faac99d46..b661d0aef 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -160,6 +160,7 @@ sub FILESYSTEM {
'contrib/README' => { perms => OWNER_WRITE },
'contrib/*/README' => { perms => OWNER_WRITE },
+ 'contrib/Bugzilla.pm', => { perms => OWNER_WRITE },
'docs/bugzilla.ent' => { perms => OWNER_WRITE },
'docs/makedocs.pl' => { perms => OWNER_EXECUTE },
'docs/style.css' => { perms => WS_SERVE },