Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 09:09:38 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.c
Message-ID:  <200207311609.g6VG9cnA093680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/07/31 09:09:38 PDT

  Modified files:
    sys/net              bpf.c 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Instrument BPF so that MAC labels are properly maintained on BPF
  descriptors.  MAC framework entry points are invoked at BPF
  instantiation and allocation, permitting the MAC framework to
  derive the BPF descriptor label from the credential authorizing
  the device open.  Also enter the MAC framework to label mbufs
  created using the BPF device.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.93      +12 -0     src/sys/net/bpf.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?200207311609.g6VG9cnA093680>