Searched hist:168931 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dpriv.hdiff 168931 Sat Apr 21 16:11:19 MDT 2007 rwatson Attempt to rationalize NFS privileges:

- Replace PRIV_NFSD with PRIV_NFS_DAEMON, add PRIV_NFS_LOCKD.

- Use PRIV_NFS_DAEMON in the NFS server.

- In the NFS client, move the privilege check from nfslockdans(), which
occurs every time a write is performed on /dev/nfslock, and instead do it
in nfslock_open() just once. This allows us to avoid checking the saved
uid for root, and just use the effective on open. Use PRIV_NFS_LOCKD.

Completed in 179 milliseconds