zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

Use symbolic chmod permissions to obey umask. #64

Closed saulpw closed 6 years ago

saulpw commented 7 years ago

I prefer o-rwx on the socket and this allows me to set umask 007 to accomplish this automatically.

nbraud commented 6 years ago

FYI, I merged this in my fork of wemux; thanks a lot for your contribution. (I started a fork as @zolrath's version seems unmaintained.)