Define SI_SUB_AUDIT, the system boot event to initialize the audit
subsystem. Obtained from: TrustedBSD Project Submitted by: Wayne Salamon <wsalamon at computer dot org>
This commit is contained in:
parent
327d9af4ae
commit
46a8e89b0c
@ -125,6 +125,7 @@ enum sysinit_sub_id {
|
||||
SI_SUB_VM_CONF = 0x2300000, /* config VM, set limits*/
|
||||
SI_SUB_RUN_QUEUE = 0x2400000, /* set up run queue*/
|
||||
SI_SUB_KTRACE = 0x2480000, /* ktrace */
|
||||
SI_SUB_AUDIT = 0x24C0000, /* audit */
|
||||
SI_SUB_CREATE_INIT = 0x2500000, /* create init process*/
|
||||
SI_SUB_SCHED_IDLE = 0x2600000, /* required idle procs */
|
||||
SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */
|
||||
|
Loading…
x
Reference in New Issue
Block a user