From 98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 11 Jul 2016 13:06:17 +0000 Subject: [PATCH] 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 --- sys/security/audit/audit_bsm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index fed111ab6935..c2614b4119bc 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -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);