correct umask
This commit is contained in:
parent
775e8b7963
commit
439cc308ed
@ -3,7 +3,7 @@ ServerType standalone
|
|||||||
DefaultServer on
|
DefaultServer on
|
||||||
Port 22
|
Port 22
|
||||||
UseIPv6 off
|
UseIPv6 off
|
||||||
Umask 006 007
|
Umask 0006 0007
|
||||||
MaxInstances 30
|
MaxInstances 30
|
||||||
User proftpd
|
User proftpd
|
||||||
Group proftpd
|
Group proftpd
|
||||||
@ -11,6 +11,7 @@ DefaultRoot /var/lib/ftp/data
|
|||||||
DefaultChdir /var/lib/ftp/data
|
DefaultChdir /var/lib/ftp/data
|
||||||
AllowOverwrite on
|
AllowOverwrite on
|
||||||
RequireValidShell off
|
RequireValidShell off
|
||||||
|
WtmpLog off
|
||||||
|
|
||||||
<Limit SITE_CHMOD>
|
<Limit SITE_CHMOD>
|
||||||
DenyAll
|
DenyAll
|
||||||
|
Loading…
Reference in New Issue
Block a user