CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/03/27 13:19:41

Modified files:
        sbin/nfsd      : nfsd.c 

Log message:
Fix unveil in NFS daemon.

With process accouting, nfsd(8) complains about unveil(2) violations.
It happens during daemon(3) in the child process.  Instead of
unveiling / and /dev/null, move unveil(2) after daemon(3).

OK deraadt@

Reply via email to