diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2016-07-11 13:06:17 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2016-07-11 13:06:17 +0000 |
commit | 98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e (patch) | |
tree | 8cd523a4f16bf7138e915ff594c362887496b238 /sys/security | |
parent | fcbdb770aa211352042d246755d0f0aac54cc399 (diff) | |
download | src-test2-98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e.tar.gz src-test2-98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e.zip |
Notes
Diffstat (limited to 'sys/security')
-rw-r--r-- | sys/security/audit/audit_bsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |