Winston <[email protected]> writes: > For the purpose of the NFS vulnerability in 9.0-RELEASE, does it make > any difference whether one has used /etc/exports and an explicitly > started nfsd, or exported the files using "zfs set sharenfs={options}" > if the exported file system in both cases is ZFS? (That's probably > similar to asking whether ZFS has its own NFSd code or uses > /usr/sbin/nfsd.)
ZFS does not have its own NFSD. What happens when you set sharenfs on a dataset is that it updates /etc/zfs/exports and HUPs mountd. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "[email protected]"
