mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade vsftpd to 3.0.0 with below modification: 1. more strict access limitation, like: do not allow anonymous access 2. use vsftpd.ftpusers and vsftpd.user_list to confine user access 3. enable pam if DISTRO_FEATURE includes pam 4. enable tcp-wrapper 5. install vsftpd.conf with 0600 permission, not 0755 Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
21 lines
361 B
Plaintext
21 lines
361 B
Plaintext
# vsftpd userlist
|
|
# If userlist_deny=NO, only allow users in this file
|
|
# If userlist_deny=YES (default), never allow users in this file, and
|
|
# do not even prompt for a password.
|
|
# Note that the default vsftpd pam config also checks /etc/vsftpd.ftpusers
|
|
# for users that are denied.
|
|
root
|
|
bin
|
|
daemon
|
|
adm
|
|
lp
|
|
sync
|
|
shutdown
|
|
halt
|
|
mail
|
|
news
|
|
uucp
|
|
operator
|
|
games
|
|
nobody
|