mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
If an AUE_SYSCTL_NONADMIN audit event is selected, generate a record
with equivilent content to AUE_SYSCTL. Obtained from: Apple Inc. MFC after: 3 days
This commit is contained in:
parent
30d0721b59
commit
93536b495d
1 changed files with 1 additions and 0 deletions
|
|
@ -1382,6 +1382,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||
break;
|
||||
|
||||
case AUE_SYSCTL:
|
||||
case AUE_SYSCTL_NONADMIN:
|
||||
if (ARG_IS_VALID(kar, ARG_CTLNAME | ARG_LEN)) {
|
||||
for (ctr = 0; ctr < ar->ar_arg_len; ctr++) {
|
||||
tok = au_to_arg32(1, "name",
|
||||
|
|
|
|||
Loading…
Reference in a new issue