PERFORCE change 45155 for review
Robert Watson
rwatson at FreeBSD.org
Sun Jan 11 19:20:02 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=45155
Change 45155 by rwatson at rwatson_paprika on 2004/01/11 11:19:57
Allocate a sysinit to run audit_init(). Might not be in the
rate place yet.
Affected files ...
.. //depot/projects/trustedbsd/audit2/sys/sys/kernel.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/audit2/sys/sys/kernel.h#2 (text+ko) ====
@@ -130,6 +130,7 @@
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 */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list