Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 19:47:13 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <200208130247.g7D2lDVX069097@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/12 19:47:13 PDT

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Introduce support for labeling and access control of pipe objects
  as part of the TrustedBSD MAC framework.  Instrument the creation
  and destruction of pipes, as well as relevant operations, with
  necessary calls to the MAC framework.  Note that the locking
  here is probably not quite right yet, but fixes will be forthcoming.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.112     +60 -0     src/sys/kern/sys_pipe.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?200208130247.g7D2lDVX069097>