]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 9 Apr 2012 21:20:43 +0000 (23:20 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 9 Apr 2012 21:20:43 +0000 (23:20 +0200)
Bugzilla/Install/Filesystem.pm

index faac99d469d0453d53142b0fbc6bef6011f23987..b661d0aefc55e5c08740adb7ca021ffdf3fe58bc 100644 (file)
@@ -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 },