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

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