From 61efd94060363e2734270a73c2070f3d639cb284 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 28 Jul 2015 13:38:56 +0800 Subject: no bug - fix permissions of google verification files --- Bugzilla/Install/Filesystem.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 34d0ee4ab..41aaaa54d 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -188,6 +188,9 @@ sub FILESYSTEM { "$extensionsdir/create.pl" => { perms => OWNER_EXECUTE }, "$extensionsdir/*/*.pl" => { perms => WS_EXECUTE }, "$extensionsdir/*/bin/*" => { perms => WS_EXECUTE }, + + # google webmaster tools verification files + 'google*.html' => { perms => WS_SERVE }, ); # Directories that we want to set the perms on, but not -- cgit v1.2.3-24-g4f1b