gregburek / heroku-buildpack-toolbelt

DEPRECATED use https://github.com/heroku/heroku-buildpack-cli
MIT License
10 stars 28 forks source link

umask 0077 #14

Closed zunda closed 7 years ago

zunda commented 7 years ago

It may be worth while making sure that the permission for the created .netrc file is correct.

Currently, umask is set to 0022 on Private Spaces while 0077 on Common Runtime. This difference may break some apps. While Private Spaces may change its behavior in the future, it should still be worthwhile making sure of permission of the created file.

gregburek commented 7 years ago

thanks