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:
Christian S.J. Peron 2010-05-04 15:29:07 +00:00
parent e7ff54750b
commit 24ffe72448
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207615

View File

@ -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: