mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Add a case to make sure that internal audit records get converted
to BSM format for lpathconf(2) events. MFC after: 2 weeks
This commit is contained in:
parent
e7ff54750b
commit
24ffe72448
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207615
@ -740,6 +740,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
|
||||
case AUE_LUTIMES:
|
||||
case AUE_NFS_GETFH:
|
||||
case AUE_LSTAT:
|
||||
case AUE_LPATHCONF:
|
||||
case AUE_PATHCONF:
|
||||
case AUE_READLINK:
|
||||
case AUE_REVOKE:
|
||||
|
Loading…
Reference in New Issue
Block a user