forked from pool/vsftpd
Dirk Mueller
475ab6e41e
Accepting request 856827 from home:namtrac:branches:network
Copied from SLE counterpart. - Add seccomp-fixes.patch to allow getdents64 syscall in seccomp sandbox, fixes bsc#1179553 Also in the same patch, fix the architecture offset from 4 to 5, this change was documented in https://lore.kernel.org/patchwork/patch/554803/ OBS-URL: https://build.opensuse.org/request/show/856827 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=147
vsftpd-3.0.0 made the listen mode default. In order to maintain backward compatibility, default /etc/vsftpd.conf in SUSE contains listen=NO listen_ipv6=YES if you plan to use xinetd (/etc/xinetd.d/vsftp) you don't need to change anything by default, but if you have ipv6 available you have to set listen_ipv6=NO too in order for xinetd to work. Alternatively you can also use systemd socket service that listens on port 21 and starts the server like xinetd would. This service does not require you to change ANY variable in the /etc/vsftpd.conf.
Description
Languages
Shell
100%