summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-05-14 14:36:09 +0000
committerrwatson <rwatson@FreeBSD.org>2002-05-14 14:36:09 +0000
commitb6f7e9bf5864fc2fc56ca3373959b8d535968924 (patch)
treedd0dd55a4f2677110cef2fc5b5ac152a41719a4d /sys
parent56de067ae484929502ca7fdef29c32d04ec7d51b (diff)
downloadFreeBSD-src-b6f7e9bf5864fc2fc56ca3373959b8d535968924.zip
FreeBSD-src-b6f7e9bf5864fc2fc56ca3373959b8d535968924.tar.gz
Strategic diff reduction against TrustedBSD MAC branch: introduce an
additional system boot ordering entry, SI_SUB_MAC_LATE, which occurs after all MAC policies have been initialized, permitting the MAC subsystem to take action once all "early loaded" modules are in place. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index 6a5b5e5..7b28e51 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -121,6 +121,7 @@ enum sysinit_sub_id {
SI_SUB_CPU = 0x2100000, /* CPU resource(s)*/
SI_SUB_MAC = 0x2180000, /* TrustedBSD MAC subsystem */
SI_SUB_MAC_POLICY = 0x21C0000, /* TrustedBSD MAC policies */
+ SI_SUB_MAC_LATE = 0x21D0000, /* TrustedBSD MAC subsystem */
SI_SUB_INTRINSIC = 0x2200000, /* proc 0*/
SI_SUB_VM_CONF = 0x2300000, /* config VM, set limits*/
SI_SUB_RUN_QUEUE = 0x2400000, /* set up run queue*/
OpenPOWER on IntegriCloud