From 2ab37656a39ff58a742896171fe442b350485d5b Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 15 Oct 2010 18:12:30 -0700 Subject: [PATCH] Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that ship with extensions. r=mkanat, a=mkanat (module owner) --- Bugzilla/Install/Filesystem.pm | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2