From: Max Kanat-Alexander Date: Tue, 13 Jul 2010 23:03:47 +0000 (-0700) Subject: Bug 576060: Make bzr not be readable by the webserver X-Git-Tag: bugzilla-3.6.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f777935266dc2593a9f479944231560cbedc802;p=thirdparty%2Fbugzilla.git Bug 576060: Make bzr not be readable by the webserver r=reed, a=mkanat --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 789f193e56..2f6e72e9b3 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -214,6 +214,8 @@ sub FILESYSTEM { dirs => $owner_dir_readable }, 'contrib' => { files => $owner_executable, dirs => $owner_dir_readable, }, + '.bzr' => { files => $owner_readable, + dirs => $owner_dir_readable }, ); # --- FILES TO CREATE --- #