diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-09 23:20:43 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-09 23:20:43 +0200 |
commit | 71fd7fa1d81f62ba7c2ad65426133946c8d8eaae (patch) | |
tree | 29d82e647fee00da136ee14ee762f72c0a45297c | |
parent | 38909eff20b14f7e063f8a6c71b0fe29a2b62bae (diff) | |
download | bugzilla-71fd7fa1d81f62ba7c2ad65426133946c8d8eaae.tar.gz bugzilla-71fd7fa1d81f62ba7c2ad65426133946c8d8eaae.tar.xz |
2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
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 }, |