Commit 1ba4a8fa authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts that

ship with extensions. r=mkanat, a=mkanat (module owner)
parent 6c3da38a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment