Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 1998 02:05:50 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_serv.c
Message-ID:  <199805200905.CAA12395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/05/20 02:05:50 PDT

  Modified files:
    sys/nfs              nfs_serv.c 
  Log:
  Only ignore "owner" permissions selectively rather than always.  In some
  cases we ignore it (eg: read/write) to maintain chmod-after-open semantics
  but in other cases we do care, eg: creating files, access() etc.  Never
  ignore errors from VOP_ACCESS() on immutable files.
  
  This apparently comes from BSDI (from Keith Bostic) via NetBSD.
  
  PR:		5148
  Submitted by:	Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  
  Revision  Changes    Path
  1.61      +31 -22    src/sys/nfs/nfs_serv.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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