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:
Robert Watson 2016-07-11 13:06:17 +00:00
parent fcbdb770aa
commit 98daa3e5db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302564

View File

@ -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);