mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-13 20:04:23 +08:00
update 2026-09-06 01:51:51
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--- a/secutil.c
|
||||
+++ b/secutil.c
|
||||
@@ -129,16 +129,5 @@ vsf_secutil_change_credentials(const struct mystr* p_user_str,
|
||||
{
|
||||
vsf_sysutil_set_no_procs();
|
||||
}
|
||||
- /* Misconfiguration check: don't ever chroot() to a directory writable by
|
||||
- * the current user.
|
||||
- */
|
||||
- if ((options & VSF_SECUTIL_OPTION_CHROOT) &&
|
||||
- !(options & VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT))
|
||||
- {
|
||||
- if (vsf_sysutil_write_access("/"))
|
||||
- {
|
||||
- die("vsftpd: refusing to run with writable root inside chroot()");
|
||||
- }
|
||||
- }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user