CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/12 03:26:35
Modified files:
usr.bin/tmux : client.c server.c tmux.c tmux.h
Log message:
When the server socket is given by the user with -S, create it with
umask 177 instead of 117 because it may not be in a safe directory like
the default directory in /tmp. The user can chmod it more open after it
is created if they want.
