On Tue, May 20, 2025 at 09:15:40PM -0600, Klemens Nanni wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   k...@cvs.openbsd.org    2025/05/20 21:15:40
> 
> Modified files:
>       sbin/nfsd      : nfsd.c 
>       usr.sbin/ftp-proxy: ftp-proxy.8 ftp-proxy.c 
> 
> Log message:
> Replace chroot(2) and custom rdaemon() with daemon(3) and unveil(2)
> 
> Employ the "empty filesystem" idiom once in the background instead of
> preopening /dev/null, confining to /var/empty/ and using custom rdaemon().
> 
> Fix spaces in nfsd(8) (same unveil idiom) while here.
> 
> Feedback OK brynet
> 

hi.

this diff removes the quoting around "_ftp_proxy" (user) but does not
mention it is doing so!

what's the reason for the change? quoting something like that is pretty
standard, and if you look down the page, at least -A uses this form for
"ftp" and "anonymous".

jmc

Reply via email to