Allow group access

This commit is contained in:
fortuna 2018-11-15 18:46:06 -05:00
parent a21bab96db
commit 5975cf6474

View file

@ -17,8 +17,8 @@
export SB_PUBLIC_IP=${SB_PUBLIC_IP:-$(curl https://ipinfo.io/ip)}
export SB_METRICS_URL=${SB_METRICS_URL:-https://metrics-prod.uproxy.org}
# Make sure we don't leave readable files behind.
umask 0077
# Make sure we don't leak readable files to other users.
umask 0007
# The maximum number of files that can be opened by ss-server greatly
# influence on performance, as described here: