Make sure we convert internal audit records for thr_new
into BSM records. MFC after: 2 weeks
This commit is contained in:
parent
b4b880cb6d
commit
b1c170686c
@ -1746,6 +1746,9 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
||||
case AUE_CAP_GETMODE:
|
||||
break;
|
||||
|
||||
case AUE_THR_NEW:
|
||||
break;
|
||||
|
||||
case AUE_NULL:
|
||||
default:
|
||||
printf("BSM conversion requested for unknown event %d\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user