From: Max Kanat-Alexander Date: Sat, 16 Oct 2010 01:12:30 +0000 (-0700) Subject: Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that X-Git-Tag: bugzilla-4.0rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab37656a39ff58a742896171fe442b350485d5b;p=thirdparty%2Fbugzilla.git Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that ship with extensions. r=mkanat, a=mkanat (module owner) --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 20bd021ef1..9cf56a4791 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -173,6 +173,7 @@ sub FILESYSTEM { "$datadir/params" => { perms => CGI_WRITE }, "$datadir/old-params.txt" => { perms => OWNER_WRITE }, "$extensionsdir/create.pl" => { perms => OWNER_EXECUTE }, + "$extensionsdir/*/*.pl" => { perms => WS_EXECUTE }, ); # Directories that we want to set the perms on, but not