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

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

  Modified files:
    sys/net              if.c 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Instrument the interface management code so that MAC labels are
  properly maintained on network interfaces (struct ifnet).  In
  particular, invoke entry points when interfaces are created and
  removed.  MAC policies may initialized the label interface based
  on a variety of factors, including the interface name.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.143     +11 -0     src/sys/net/if.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?200207311616.g6VGG3SG094923>