diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2014-07-21 19:40:36 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2014-07-21 19:40:36 +0300 |
commit | aff2e9e76448a59782585605c9fbfbdba8fd5203 (patch) | |
tree | 8cd91052f90404b2673d1ec820348d3500e1ea5c /net/vsftpd/patches/003-chroot.patch | |
parent | bbfeac7e06207eee02999e9b3f71a3009fe742cb (diff) |
vsftpd: import from oldpackages. No changes.
Diffstat (limited to 'net/vsftpd/patches/003-chroot.patch')
-rw-r--r-- | net/vsftpd/patches/003-chroot.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/vsftpd/patches/003-chroot.patch b/net/vsftpd/patches/003-chroot.patch new file mode 100644 index 000000000..8965da417 --- /dev/null +++ b/net/vsftpd/patches/003-chroot.patch @@ -0,0 +1,11 @@ +--- 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", &tunable_secure_chroot_dir); ++ install_str_setting("/var/run/vsftpd", &tunable_secure_chroot_dir); + install_str_setting("ftp", &tunable_ftp_username); + install_str_setting("root", &tunable_chown_username); + install_str_setting("/var/log/xferlog", &tunable_xferlog_file); |