Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2003 14:45:12 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options
Message-ID:  <200304142145.h3ELjCB4086840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304142145.h3ELjCB4086840>