PERFORCE change 106382 for review

Robert Watson rwatson at FreeBSD.org
Wed Sep 20 02:09:38 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106382

Change 106382 by rwatson at rwatson_zoo on 2006/09/20 09:07:58

	Update for OpenBSM 1.0 alpha 11.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_worker.c#18 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_worker.c#18 (text+ko) ====

@@ -194,7 +194,7 @@
 	    (audit_file_rotate_wait == 0) &&
 	    (vattr.va_size >= audit_fstat.af_filesz)) {
 		audit_file_rotate_wait = 1;
-		(void)send_trigger(AUDIT_TRIGGER_OPEN_NEW);
+		(void)send_trigger(AUDIT_TRIGGER_ROTATE_KERNEL);
 	}
 
 	/*


More information about the trustedbsd-cvs mailing list