mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Make sure that lutimes(2) gets processed and converted into a BSM record.
Submitted by: rwatson MFC after: 1 day
This commit is contained in:
parent
72845968fa
commit
600d74bfa1
1 changed files with 1 additions and 0 deletions
|
|
@ -573,6 +573,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
|||
case AUE_CHROOT:
|
||||
case AUE_EACCESS:
|
||||
case AUE_GETATTRLIST:
|
||||
case AUE_LUTIMES:
|
||||
case AUE_NFS_GETFH:
|
||||
case AUE_LSTAT:
|
||||
case AUE_PATHCONF:
|
||||
|
|
|
|||
Loading…
Reference in a new issue