Author :
kn
Date :
2025-05-21 03:15:40
Hash :b93b3696 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