Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2002 12:56:28 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys vnode.h
Message-ID:  <200207271956.g6RJuSNJ022175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/07/27 12:56:28 PDT

  Modified files:
    sys/sys              vnode.h 
  Log:
  Reserve VCACHEDLABEL vnode flag for use by the TrustedBSD MAC
  implementation.  This flag will indicate that the security label
  in the vnode is currently valid, and therefore doesn't need to
  be refreshed before an access control decision can be made.  Most
  file systems (or stdvops) will set this flag after they load the
  MAC label from disk the first time to prevent redundant disk I/O;
  some file synthetic file systems (procfs, for example) may not.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.193     +1 -1      src/sys/sys/vnode.h

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?200207271956.g6RJuSNJ022175>