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

Fix chmod to only add execute to directories #98

Merged
merged 1 commit into from
Dec 16, 2017

Conversation

yosifkit
Copy link
Member

Fixes #94.

It has the same overall effect as the docs, but only one permission change per file to be nicer to disks.

chmod -R 755 files log tmp public/plugin_assets
find files log tmp public/plugin_assets -type f -exec chmod -x {} +

@tianon tianon merged commit 03b1ced into docker-library:master Dec 16, 2017
@tianon tianon deleted the better-permissions branch December 16, 2017 00:33
tianon added a commit to infosiftr/stackbrew that referenced this pull request Dec 18, 2017
- `docker`: 17.12.0-ce-rc3
- `julia`: 0.6.2
- `percona`: 5.7.20
- `php`: block install of Debian `php` (docker-library/php#542)
- `python`: add Alpine 3.7 variants (docker-library/python#249), update Alpine thread stack size (docker-library/python#248)
- `redmine`: fix over-aggressive `chmod` (docker-library/redmine#98)
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.

2 participants