Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2002 10:41:28 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules Makefile src/sys/modules/mac_biba Makefile src/sys/modules/mac_bsdextended Makefile src/sys/modules/mac_ifoff Makefile src/sys/modules/mac_mls Makefile src/sys/modules/mac_none Makefile ...
Message-ID:  <200208011741.g71HfSF4019083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/01 10:41:27 PDT

  Modified files:
    sys/modules          Makefile 
  Added files:
    sys/modules/mac_biba Makefile 
    sys/modules/mac_bsdextended Makefile 
    sys/modules/mac_ifoff Makefile 
    sys/modules/mac_mls  Makefile 
    sys/modules/mac_none Makefile 
    sys/modules/mac_seeotheruids Makefile 
    sys/modules/mac_test Makefile 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Hook up various policy modules to the kernel build.
  
  Note that a number of these modules require futher entry point commits
  in the remainder of the kernel to become fully functional, but enough
  of the pieces are in place to allow experimentation.
  
  Note also that it would be desirable to not build the mac_*.ko modules
  if 'options MAC' is not defined in the kernel configuration, because
  the resulting modules are not useful without the kernel option.  There
  doesn't appear to be precedent for a way to do this -- for example,
  we allow ipfw.ko to be built even if 'options NETINET' isn't defined.
  Suggests welcomed on the "best" way to do this.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.248     +7 -0      src/sys/modules/Makefile
  1.1       +10 -0     src/sys/modules/mac_biba/Makefile (new)
  1.1       +9 -0      src/sys/modules/mac_bsdextended/Makefile (new)
  1.1       +10 -0     src/sys/modules/mac_ifoff/Makefile (new)
  1.1       +10 -0     src/sys/modules/mac_mls/Makefile (new)
  1.1       +10 -0     src/sys/modules/mac_none/Makefile (new)
  1.1       +9 -0      src/sys/modules/mac_seeotheruids/Makefile (new)
  1.1       +10 -0     src/sys/modules/mac_test/Makefile (new)

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?200208011741.g71HfSF4019083>