Add AUE_SYSARCH to the list of audit events during BSM conversion to prevent

a console warning.  Eventually, we will capture more arguments for sysarch.

Obtained from:	TrustedBSD Project
MFC after:	3 days
This commit is contained in:
Robert Watson 2006-09-17 11:42:40 +00:00
parent b94ebe0fad
commit 31214759fa

View File

@ -1313,6 +1313,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
break;
case AUE_GETCWD:
case AUE_SYSARCH:
break;
default: