Merge pull request #24 from delfer/revert-22-master
Revert "add default chroot security"
This commit is contained in:
commit
3eed646b9f
1 changed files with 1 additions and 7 deletions
|
@ -68,13 +68,7 @@ ftpd_banner=Welcome Alpine ftp server https://hub.docker.com/r/delfer/alpine-ftp
|
|||
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
|
||||
# the user does not have write access to the top level directory within the
|
||||
# chroot)
|
||||
#
|
||||
# a combination of chroot_local_user=YES and allow_writeable_chroot=YES will
|
||||
# setup default security, so users cannot escape their home directory
|
||||
#
|
||||
chroot_local_user=YES
|
||||
allow_writeable_chroot=YES
|
||||
|
||||
#chroot_local_user=YES
|
||||
#chroot_list_enable=YES
|
||||
# (default follows)
|
||||
#chroot_list_file=/etc/vsftpd.chroot_list
|
||||
|
|
Loading…
Reference in a new issue