cvs commit: src/sys/conf options

Robert Watson rwatson at FreeBSD.org
Mon Apr 14 14:45:14 PDT 2003


rwatson     2003/04/14 14:45:12 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             options 
  Log:
  Add MAC_ALWAYS_LABEL_MBUF to options; this permits the administrator
  to force the allocation of MAC labels for all mbufs regardless of
  whether a configured policy requires labeling when the mbuf is
  allocated.  This can be useful it you anticipate loading a fully
  labeled policy after boot and don't want mbufs to exist without
  label storage, for performance measurement purposes, etc.  It also
  slightly lowers the overhead of m_tag labeling due to removing the
  decision logic.
  
  While here, improve commenting of other MAC options.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.388     +7 -1      src/sys/conf/options


More information about the cvs-all mailing list