-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add option for explicit chmod with atomic file write. #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just a couple of minor things: one bug-fix (missing err :=
) and request for a files-API specific test.
This should be ready for another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Is this waiting on anything in particular? |
A Gustavo review. Though this is really a minor bug fix, not an API change, so I'd say we can probably push it through. |
Merged, thanks @rwcarlsen! |
#14180 Non-documentation changes: * Stop all services when SIGINT/TERM/QUIT received ([#114](canonical/pebble#114)) * Make files write API (push) call chmod explicitly ([#111](canonical/pebble#111))
And use this explicit chmod flag for file writes coming from the files api.
Fixes #80