K 10 svn:author V 3 dfr K 8 svn:date V 27 1997-05-09T13:18:42.000000Z K 7 svn:log V 382 Prevent a mapped root which appears on the server as e.g. nobody from accessing files which it shouldn't be able to. This required a better approximation of VOP_ACCESS for NFSv2 (NFSv3 already has an ACCESS rpc which is a better solution) and adding a call to VOP_ACCESS from VOP_LOOKUP. PR: kern/876, kern/2635 Submitted by: David Malone (for kern/2635) END