git: 9front

Download patch

ref: ad025a7c241966a180b25880483b0212f3d46ed3
parent: 47f5248f45ef309569be5c136303c2d2cad1631d
author: Jacob Moody <moody@posixcafe.org>
date: Fri May 27 22:29:22 EDT 2022

ip/ftpd: use chdev in /lib/namespace.ftp

/lib/namespace.ftp is used for anonmyous logins.

--- a/lib/namespace.ftp
+++ b/lib/namespace.ftp
@@ -8,5 +8,6 @@
 # bind a personal incoming directory below incoming
 bind -c /usr/none/incoming /usr/web/incoming/none
 
+chdev |MedIa/
 # this cuts off everything not mounted below /usr/web
 bind /usr/web /
--