From 01bea04cd454ac0793c9b175b6749fda1253a04d Mon Sep 17 00:00:00 2001 From: Orwah Issa Date: Wed, 6 Jul 2016 03:16:19 +0200 Subject: [PATCH] Update vsftpd.conf --- install/rhel/6/vsftpd/vsftpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/rhel/6/vsftpd/vsftpd.conf b/install/rhel/6/vsftpd/vsftpd.conf index 7a986aff..3820facb 100644 --- a/install/rhel/6/vsftpd/vsftpd.conf +++ b/install/rhel/6/vsftpd/vsftpd.conf @@ -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