Update vsftpd.conf

better for security
using 022 for local_umask and anon_umask is better than 002 ,
it will create default 755 folders and 644 files (instead of 775) :
777 - 775 = 002 
777 - 755 = 022

i think this must change in all vsftpd.conf files in install folder
regards
This commit is contained in:
Orwah Issa 2016-06-27 06:18:45 +02:00 committed by GitHub
commit 937919439a

View file

@ -1,7 +1,8 @@
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=002
local_umask=022
anon_umask=022
anon_upload_enable=NO
dirmessage_enable=YES
xferlog_enable=YES