Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 1997 06:18:42 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit:  src/sys/nfs nfs_vnops.c
Message-ID:  <199705091318.GAA07325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         97/05/09 06:18:42

  Modified:    sys/nfs   nfs_vnops.c
  Log:
  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 <dwmalone@maths.tcd.ie> (for kern/2635)
  
  Revision  Changes    Path
  1.48      +47 -3     src/sys/nfs/nfs_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705091318.GAA07325>