From f90eaa96d0f28d9abe3e285a7f091e20ae941613 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 1 Jul 2009 15:37:23 +0000 Subject: Audit the file descriptor number passed to lseek(2). Approved by: re (kib) MFC after: 3 days --- sys/security/audit/audit_bsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/security') diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index ee92e16..1eb9679 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -679,7 +679,6 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau) case AUE_GETRESUID: case AUE_GETRESGID: case AUE_KQUEUE: - case AUE_LSEEK: case AUE_MODLOAD: case AUE_MODUNLOAD: case AUE_MSGSYS: @@ -870,6 +869,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau) case AUE_FUTIMES: case AUE_GETDIRENTRIES: case AUE_GETDIRENTRIESATTR: + case AUE_LSEEK: case AUE_POLL: case AUE_READ: case AUE_READV: -- cgit v1.1