Add vsftpd_writeable_chroot to the configuration.
This commit is contained in:
parent
e77ad8459c
commit
03fe415422
|
@ -8,6 +8,7 @@ vsftpd_dirmessage_enable: "YES"
|
|||
vsftpd_connect_from_port_20: "YES"
|
||||
vsftpd_ls_recurse_enable: "NO"
|
||||
vsftpd_local_root: /dev/null
|
||||
vsftpd_writeable_chroot: "NO"
|
||||
vsftpd_pasv_min_port: 49152
|
||||
vsftpd_pasv_max_port: 65534
|
||||
vsftpd_global_config_dir: /etc/vsftpd
|
||||
|
|
|
@ -149,6 +149,7 @@ force_local_data_ssl={{ value_force_local_data_ssl }}
|
|||
require_ssl_reuse={{ vsftpd_require_ssl_reuse }}
|
||||
{% endif %}
|
||||
|
||||
allow_writeable_chroot={{ vsftpd_writeable_chroot }}
|
||||
local_root={{ vsftpd_local_root }}
|
||||
pasv_min_port={{ vsftpd_pasv_min_port }}
|
||||
pasv_max_port={{ vsftpd_pasv_max_port }}
|
||||
|
|
Loading…
Reference in New Issue