mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
Add AUE_WAIT6 handling to the BSM conversion switch statement, reusing
the BSM encoding used for AUE_WAIT4. MFC after: 3 days Sponsored by: DARPA, AFRL
This commit is contained in:
parent
fcbdb770aa
commit
98daa3e5db
1 changed files with 1 additions and 0 deletions
|
|
@ -1606,6 +1606,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||
break;
|
||||
|
||||
case AUE_WAIT4:
|
||||
case AUE_WAIT6:
|
||||
PROCESS_PID_TOKENS(1);
|
||||
if (ARG_IS_VALID(kar, ARG_VALUE)) {
|
||||
tok = au_to_arg32(3, "options", ar->ar_arg_value);
|
||||
|
|
|
|||
Loading…
Reference in a new issue