Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2008 19:33:50 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133579 for review
Message-ID:  <200801181933.m0IJXofr051220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133579

Change 133579 by csjp@csjp_xor on 2008/01/18 19:32:52

	
	Add a case for AUE_LISTEN. This removes the following error messages:
	
	BSM conversion requested for unknown event 43140
	
	It should be noted that we need to audit the fd argument here.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm.c#34 edit

Differences ...

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

@@ -429,6 +429,7 @@
 	switch(ar->ar_event) {
 	case AUE_ACCEPT:
 	case AUE_BIND:
+	case AUE_LISTEN:
 	case AUE_CONNECT:
 	case AUE_RECV:
 	case AUE_RECVFROM:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801181933.m0IJXofr051220>