diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-07-13 06:37:03 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-07-13 06:37:03 +0200 |
commit | c0b5d80a4605ac3511a71ba3b315b6dc8e14cf5f (patch) | |
tree | 2d3d925faa97b4a7847fa67a647b69a822f1d9f5 /Bugzilla | |
parent | af9f0e174a76ecd2a58d7f85ff7fd75ca5aab41f (diff) | |
download | bugzilla-c0b5d80a4605ac3511a71ba3b315b6dc8e14cf5f.tar.gz bugzilla-c0b5d80a4605ac3511a71ba3b315b6dc8e14cf5f.tar.xz |
Bug 1286012 - file perms
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index addad918b..ddf5c16d3 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -190,6 +190,7 @@ sub FILESYSTEM { # google webmaster tools verification files 'google*.html' => { perms => WS_SERVE }, + 'contribute.json' => { perms => WS_SERVE }, ); # Directories that we want to set the perms on, but not |