mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Add a BSM conversion switch case for AUE_GETCWD, so that a console
warning isn't generated when __getcwd() is invoked. MFC after: 3 days Obtained from: TrustedBSD Project
This commit is contained in:
parent
4b0b93261a
commit
af8bc757de
1 changed files with 3 additions and 0 deletions
|
|
@ -1312,6 +1312,9 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||
}
|
||||
break;
|
||||
|
||||
case AUE_GETCWD:
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("BSM conversion requested for unknown event %d\n",
|
||||
ar->ar_event);
|
||||
|
|
|
|||
Loading…
Reference in a new issue