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

Allow users to configure cache file/directory permissions #38

Merged
merged 1 commit into from
Apr 26, 2016

Conversation

darrylkuhn
Copy link
Contributor

Currently all cache files are written with 755 (only the user has write access). We use several users to mange our environment (jenkins, apache, etc...) and in order to make files writable must assign write access at the group level. This patch allows for that.

I verified:

  • Package behavior is unchanged when no cacheFileMode value is specified
  • The change passes all unit tests

@itbdw
Copy link
Contributor

itbdw commented Apr 13, 2016

agree

@mewebstudio mewebstudio merged commit 50f9731 into mewebstudio:master Apr 26, 2016
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

Successfully merging this pull request may close these issues.

3 participants