As long as all kinds of FTP upload commands are optional in busybox
we should avoid to set this feature as default.

Signed-off-by: Stephan Linz <l...@li-pro.net>
---
 generic/etc/inetd.conf.d/ftpd |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/generic/etc/inetd.conf.d/ftpd b/generic/etc/inetd.conf.d/ftpd
index d80c851..3335031 100644
--- a/generic/etc/inetd.conf.d/ftpd
+++ b/generic/etc/inetd.conf.d/ftpd
@@ -1 +1,3 @@
-ftp stream tcp nowait root /usr/sbin/ftpd ftpd -w -S /tmp
+# Enable all kinds of FTP upload commands (-w option)
+#ftp stream tcp nowait root /usr/sbin/ftpd ftpd -w -S /tmp
+ftp stream tcp nowait root /usr/sbin/ftpd ftpd -S /tmp
-- 
1.6.0.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to