commit | 2a5702a936829c30b1c427028fdb75a21e2e6771 | [log] [download] |
---|---|---|
author | nicm <nicm> | Thu Mar 12 09:26:34 2020 +0000 |
committer | nicm <nicm> | Thu Mar 12 09:26:34 2020 +0000 |
tree | 5aabc5e49ec6339679156bb7dd56bac6e9f3ed2a | |
parent | 4eba98313c6f1ddf1070bea8aaf638e8ea455231 [diff] |
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.