Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal sets read-only permissions on settings.local.php and services.yml #983

Closed
andrewfrench opened this issue Jul 10, 2018 · 0 comments
Closed
Assignees
Milestone

Comments

@andrewfrench
Copy link
Contributor

andrewfrench commented Jul 10, 2018

Describe the bug
#916 included the skip_permissions_hardening directive in Drupal8 and ensured that settings.php (and its parent directory) were writable for Drupal 6/7/8. Two additional files, settings.local.php and services.yml, should be added to the list of files that are ensured to be writable.

To Reproduce
Steps to reproduce the behavior (from @rfay):

  1. composer setup quickstart (creates a settings.php that doesn't include settings.local.php, commented out)
  2. ddev config (creates settings.local, but the skip_permissions_hardening hasn't been done yet because settings.local.php not included)
  3. ddev start
  4. settings.local.php is read-only

Expected behavior
Settings files should remain writable during development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants