Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/sys/security/mac/mac_process.c 172930 2007-10-24 19:04:04Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/security/mac/mac_process.c 172957 2007-10-25 12:34:14Z rwatson $");
194a195,203
> /*
> * When a thread becomes an NFS server daemon, its credential may need to be
> * updated to reflect this so that policies can recognize when file system
> * operations originate from the network.
> *
> * At some point, it would be desirable if the credential used for each NFS
> * RPC could be set based on the RPC context (i.e., source system, etc) to
> * provide more fine-grained access control.
> */
195a205,211
> mac_proc_associate_nfsd(struct ucred *cred)
> {
>
> MAC_PERFORM(proc_associate_nfsd, cred);
> }
>
> void