Commit ef94cef9 authored by Antoine Millet's avatar Antoine Millet
Browse files

Changed the default umask from 0177 to 077

parent 601cba7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ DEFAULT_CONFIGURATION = {
    'user': '',
    'group': '',
    'pidfile': '',
    'umask': '0177',
    'umask': '077',
    'port': 1984,
    'debug': False,
    'account_db': None, # None = mandatory option
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ group = cc-server
#pidfile =

# Set the umask of the process:
#umask = 0177
#umask = 077

# Certificates for the SSL machinery (mandatory):
ssl_key =