mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add a case for AUE_LISTEN. This removes the following console error message:
"BSM conversion requested for unknown event 43140" It should be noted that we need to audit the fd argument for this system call. Obtained from: TrustedBSD Project MFC after: 1 week
This commit is contained in:
parent
5a8b9892f3
commit
cd109a68ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175455
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||
switch(ar->ar_event) {
|
||||
case AUE_ACCEPT:
|
||||
case AUE_BIND:
|
||||
case AUE_LISTEN:
|
||||
case AUE_CONNECT:
|
||||
case AUE_RECV:
|
||||
case AUE_RECVFROM:
|
||||
|
|
Loading…
Reference in a new issue