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:
@@ -1606,6 +1606,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case AUE_WAIT4:
|
case AUE_WAIT4:
|
||||||
|
case AUE_WAIT6:
|
||||||
PROCESS_PID_TOKENS(1);
|
PROCESS_PID_TOKENS(1);
|
||||||
if (ARG_IS_VALID(kar, ARG_VALUE)) {
|
if (ARG_IS_VALID(kar, ARG_VALUE)) {
|
||||||
tok = au_to_arg32(3, "options", ar->ar_arg_value);
|
tok = au_to_arg32(3, "options", ar->ar_arg_value);
|
||||||
|
|||||||
Reference in New Issue
Block a user