aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2016-07-11 13:06:17 +0000
committerRobert Watson <rwatson@FreeBSD.org>2016-07-11 13:06:17 +0000
commit98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e (patch)
tree8cd523a4f16bf7138e915ff594c362887496b238 /sys/security
parentfcbdb770aa211352042d246755d0f0aac54cc399 (diff)
downloadsrc-98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e.tar.gz
src-98daa3e5dbe1aea5e20e1eb61ba0f88450b0d71e.zip
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
Notes
Notes: svn path=/head/; revision=302564
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_bsm.c1
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);