Date: Mon, 3 May 2004 13:53:05 -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 src/sys/kern kern_mac.c Message-ID: <200405032053.i43Kr5kS029634@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004/05/03 13:53:05 PDT FreeBSD src repository Modified files: sys/conf options sys/kern kern_mac.c Log: Add MAC_STATIC, a kernel option that disables internal MAC Framework synchronization protecting against dynamic load and unload of MAC policies, and instead simply blocks load and unload. In a static configuration, this allows you to avoid the synchronization costs associated with introducing dynamicism. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.447 +1 -0 src/sys/conf/options 1.110 +25 -0 src/sys/kern/kern_mac.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405032053.i43Kr5kS029634>