Skip to content

Commit

Permalink
Resolves #3106: Add 'skip_permissions_hardening' setting to local set…
Browse files Browse the repository at this point in the history
…tings file template (#3107)
  • Loading branch information
bkosborne authored and danepowell committed Oct 6, 2018
1 parent f985a60 commit c9c2284
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@
*/
$settings['rebuild_access'] = FALSE;

/**
* Skip file system permissions hardening.
*
* The system module will periodically check the permissions of your site's
* site directory to ensure that it is not writable by the website user. For
* sites that are managed with a version control system, this can cause problems
* when files in that directory such as settings.php are updated, because the
* user pulling in the changes won't have permissions to modify files in the
* directory.
*/
$settings['skip_permissions_hardening'] = TRUE;

/**
* Temporary file path:
*
Expand Down

0 comments on commit c9c2284

Please sign in to comment.