Skip to content

Fix chmod to only add execute to directories#98

Merged
tianon merged 1 commit into
docker-library:masterfrom
infosiftr:better-permissions
Dec 16, 2017
Merged

Fix chmod to only add execute to directories#98
tianon merged 1 commit into
docker-library:masterfrom
infosiftr:better-permissions

Conversation

@yosifkit

Copy link
Copy Markdown
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

2 participants