[fix] allow /lib /etc /usr in chrooted ftp accounts
This commit is contained in:
parent
c1688e2e07
commit
5a8fd5db20
|
@ -118,6 +118,8 @@ DirFakeUser on ~
|
|||
# Log file by default
|
||||
SystemLog /var/log/proftpd/proftpd.log
|
||||
TransferLog /var/log/proftpd/xferlog
|
||||
# allow /lib or /etc /usr in chroots:
|
||||
RLimitChroot off
|
||||
|
||||
<IfModule mod_tls.c>
|
||||
TLSEngine on
|
||||
|
|
Loading…
Reference in New Issue