Blame SOURCES/vsftpd-3.0.2-docupd.patch

ac8676
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
ac8676
index 10e9f45..cf1ae34 100644
ac8676
--- a/vsftpd.conf.5
ac8676
+++ b/vsftpd.conf.5
ac8676
@@ -653,6 +653,21 @@ change it with the setting
ac8676
 .BR xferlog_file .
ac8676
 
ac8676
 Default: NO
ac8676
+.TP
ac8676
+.B isolate_network
ac8676
+If enabled, use CLONE_NEWNET to isolate the untrusted processes so that
ac8676
+they can't do arbitrary connect() and instead have to ask the privileged
ac8676
+process for sockets (
ac8676
+.BR port_promiscuous
ac8676
+have to be disabled).
ac8676
+
ac8676
+Default: YES
ac8676
+.TP
ac8676
+.B isolate
ac8676
+If enabled, use CLONE_NEWPID and CLONE_NEWIPC to isolate processes to their
ac8676
+ipc and pid namespaces. So separated processes can not interact with each other.
ac8676
+
ac8676
+Default: YES
ac8676
 
ac8676
 .SH NUMERIC OPTIONS
ac8676
 Below is a list of numeric options. A numeric option must be set to a non
ac8676
@@ -750,8 +765,9 @@ Default: 077
ac8676
 .B max_clients
ac8676
 If vsftpd is in standalone mode, this is the maximum number of clients which
ac8676
 may be connected. Any additional clients connecting will get an error message.
ac8676
+The value 0 switches off the limit.
ac8676
 
ac8676
-Default: 0 (unlimited)
ac8676
+Default: 2000
ac8676
 .TP
ac8676
 .B max_login_fails
ac8676
 After this many login failures, the session is killed.
ac8676
@@ -761,9 +777,9 @@ Default: 3
ac8676
 .B max_per_ip
ac8676
 If vsftpd is in standalone mode, this is the maximum number of clients which
ac8676
 may be connected from the same source internet address. A client will get an
ac8676
-error message if they go over this limit.
ac8676
+error message if they go over this limit. The value 0 switches off the limit.
ac8676
 
ac8676
-Default: 0 (unlimited)
ac8676
+Default: 50
ac8676
 .TP
ac8676
 .B pasv_max_port
ac8676
 The maximum port to allocate for PASV style data connections. Can be used to