PERFORCE change 133579 for review
    Christian S.J. Peron 
    csjp at FreeBSD.org
       
    Fri Jan 18 11:33:52 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=133579
Change 133579 by csjp at 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:
    
    
More information about the p4-projects
mailing list