cvs commit: src/sys/conf options

[ Available lists | Index of cvs-src | Month of Apr 2003 | Week of 14 Apr 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Watson <rwatson@FreeBSD.org>
Date
14 Apr 2003 14:45:13
Subject
cvs commit: src/sys/conf options
Message-ID
200304142145.h3ELjCB4086840@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.227 seconds