CVSROOT: /cvs Module name: src Changes by: [email protected] 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
