erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

don't create world writable executables #687

Closed djnym closed 5 years ago

djnym commented 5 years ago

When releases are assembled the permissions of various executables are set. For some reason the start scripts were set to 8#777 whereas all the others were being set to 8#755. 8#755 seems safer, so this sets the start script to be the same.

djnym commented 5 years ago

@lrascao @tolbrino just a ping to see if this is useful.

tsloughter commented 5 years ago

Yes! I've been forgetting to do this forever :)

tolbrino commented 5 years ago

👍