-
Notifications
You must be signed in to change notification settings - Fork 56
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
pebble make-dirs
permission is masked by pebble daemon's umask
#372
Labels
Simple
Nice for a quick look on a minute or two
Comments
Well the simplest way to fix this issue is to just call |
Oh, I forgot that the umask is inherited by child processes, so it's probably not a good idea to change the umask of Pebble itself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the Pebble
make-dirs
command, the resulting directory permissions may not match the requested settings, as they are affected by the umask of the pebble daemon.To reproduce:
The text was updated successfully, but these errors were encountered: