Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2002 14:13:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_ppp.c
Message-ID:  <200208012113.g71LDmlg057456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/01 14:13:48 PDT

  Modified files:
    sys/net              if_ppp.c 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Add MAC support for if_ppp.  Label packets as they are removed from
  the raw PPP mbuf queue.  Preserve the mbuf MAC label across various
  PPP data-munging and reconstitution operations.  Perform access
  control checks on mbufs to be transmitted via the interface.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.80      +17 -0     src/sys/net/if_ppp.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?200208012113.g71LDmlg057456>