correct umask
This commit is contained in:
parent
775e8b7963
commit
439cc308ed
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ ServerType standalone
|
|||
DefaultServer on
|
||||
Port 22
|
||||
UseIPv6 off
|
||||
Umask 006 007
|
||||
Umask 0006 0007
|
||||
MaxInstances 30
|
||||
User proftpd
|
||||
Group proftpd
|
||||
|
@ -11,6 +11,7 @@ DefaultRoot /var/lib/ftp/data
|
|||
DefaultChdir /var/lib/ftp/data
|
||||
AllowOverwrite on
|
||||
RequireValidShell off
|
||||
WtmpLog off
|
||||
|
||||
<Limit SITE_CHMOD>
|
||||
DenyAll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue