Blame SOURCES/0001-Document-allow_writeable_chroot-in-the-man-page.patch

993209
From 35ec3be5427a54facd5f6299fda2da4c146d4846 Mon Sep 17 00:00:00 2001
993209
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
993209
Date: Fri, 24 Nov 2017 11:22:43 +0100
993209
Subject: [PATCH] Document allow_writeable_chroot in the man page
993209
993209
---
993209
 vsftpd.conf.5 | 9 +++++++++
993209
 1 file changed, 9 insertions(+)
993209
993209
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
993209
index 45b3f9c..d1f0db5 100644
993209
--- a/vsftpd.conf.5
993209
+++ b/vsftpd.conf.5
993209
@@ -56,6 +56,15 @@ Only applies if
993209
 is active. If set to YES, anonymous users will be allowed to use secured SSL
993209
 connections.
993209
 
993209
+Default: NO
993209
+.TP
993209
+.B allow_writeable_chroot
993209
+Allow chroot()'ing a user to a directory writable by that user. Note that
993209
+setting this to YES is potentially dangerous. For example, if the user
993209
+creates an 'etc' directory in the new root directory, they could potentially
993209
+trick the C library into loading a user-created configuration file from the
993209
+/etc/ directory.
993209
+
993209
 Default: NO
993209
 .TP
993209
 .B anon_mkdir_write_enable
993209
-- 
993209
2.14.3
993209