Commit 2748ecdd authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 438739: Permissions are not set properly on extensions by checksetup

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat
parent 1a612f5e
......@@ -159,6 +159,8 @@ sub FILESYSTEM {
dirs => $ws_dir_readable },
$templatedir => { files => $ws_readable,
dirs => $ws_dir_readable },
$extensionsdir => { files => $ws_readable,
dirs => $ws_dir_readable },
images => { files => $ws_readable,
dirs => $ws_dir_readable },
css => { files => $ws_readable,
......
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