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

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