Edit

IABSD.fr/src/sbin/nfsd

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2026-03-27 19:19:41
    Hash : b9b707e0
    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@