mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 11:41:07 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302564
@ -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 New Issue
Block a user