Add vsftpd_writeable_chroot to the configuration.

This commit is contained in:
Andrea Dell'Amico 2021-11-17 12:29:59 +01:00
parent e77ad8459c
commit 03fe415422
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 }}