-
Notifications
You must be signed in to change notification settings - Fork 55
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
Permission issues introduced when running artisan tasks as root #6
Comments
petehalverson
changed the title
Potential permissions issue
Permission issues introduced when running artisan tasks as root
Dec 6, 2017
Can be resolved by passing the user flag on run or exec:
|
petehalverson
added a commit
that referenced
this issue
Dec 7, 2017
Set permissions + setfacl on `./plugins`, `./storage`, `./themes` Fixes Issue #6
petehalverson
added a commit
that referenced
this issue
Dec 7, 2017
`docker build` doesn’t reliably support files ACLs Issue #6
petehalverson
added a commit
that referenced
this issue
Dec 8, 2017
Move chmod g+ws to docker build; fix script to include subdirectories - Issue #6
This is still an issue. |
petehalverson
added a commit
that referenced
this issue
Jun 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Permissions on files changed by running command line tasks has the potential to reset permissions as root:root (e.g. file based cache)
The text was updated successfully, but these errors were encountered: