cvs commit: src/sys/conf options src/sys/kern kern_mac.c
Robert Watson
rwatson at FreeBSD.org
Mon May 3 13:53:06 PDT 2004
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
More information about the cvs-src
mailing list