From 1ba4a8fa9c31a215057fde454d8b05422c027da4 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 15 Oct 2010 18:10:04 -0700 Subject: 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 6a265bffe..378a32f63 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -174,6 +174,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 -- cgit v1.2.3-24-g4f1b