<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/tunables.c
+++ b/tunables.c
@@ -254,7 +254,7 @@ tunables_load_defaults()
   /* -rw------- */
   tunable_chown_upload_mode = 0600;
 
-  install_str_setting("/usr/share/empty", &amp;tunable_secure_chroot_dir);
+  install_str_setting("/var/run/vsftpd", &amp;tunable_secure_chroot_dir);
   install_str_setting("ftp", &amp;tunable_ftp_username);
   install_str_setting("root", &amp;tunable_chown_username);
   install_str_setting("/var/log/xferlog", &amp;tunable_xferlog_file);
</pre></body></html>