CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/03/22 01:15:04

Modified files:
        sys/nfs        : nfs_socket.c nfs_syscalls.c 

Log message:
Limit NFS connections to originate from a reserved port.

For TCP connections do the check when adding the socket via nfssvc(2).
For UDP do the check early after soreceive().
On top of this limit the sockets added via nfssvc(2) to IPv4 TCP and UDP
sockets.
OK millert@ deraadt@

Reply via email to