mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
b94ebe0fad
commit
31214759fa
1 changed files with 1 additions and 0 deletions
|
|
@ -1313,6 +1313,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||
break;
|
||||
|
||||
case AUE_GETCWD:
|
||||
case AUE_SYSARCH:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue