aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2013-07-19 10:19:25 +0800
committerJoe MacDonald <joe.macdonald@windriver.com>2013-07-19 11:00:43 -0400
commit441502b68d03a4ce7796436a53c5e95399724ad2 (patch)
tree3fb89fa557663cc7dc813090e5859ef2930d7a99 /meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers
parentfe85f4980e7c7c35df8fc6b93431c125577dd643 (diff)
downloadmeta-openembedded-contrib-441502b68d03a4ce7796436a53c5e95399724ad2.tar.gz
Upgrade vsftpd to 3.0.0
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>
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers')
-rw-r--r--meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers b/meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers
new file mode 100644
index 0000000000..096142f5df
--- /dev/null
+++ b/meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers
@@ -0,0 +1,15 @@
+# Users that are not allowed to login via ftp
+root
+bin
+daemon
+adm
+lp
+sync
+shutdown
+halt
+mail
+news
+uucp
+operator
+games
+nobody