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
@ -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…
x
Reference in New Issue
Block a user