Update proftpd umask to avoid permission issues

This commit is contained in:
VirtuBox
2023-08-26 15:38:49 +02:00
parent 80528ce26a
commit 5fe5f55ea0

View File

@@ -73,7 +73,7 @@ Group nogroup
# Umask 022 is a good standard umask to prevent new files and dirs # Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable. # (second parm) from being group and world writable.
Umask 022 022 Umask 002 002
# Normally, we want files to be overwriteable. # Normally, we want files to be overwriteable.
AllowOverwrite on AllowOverwrite on