From 368cc5044ab538fb6f60095847aa5767a82e1658 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 2 Nov 2008 00:18:19 +0000 Subject: Remove stale comment about filtering in audit pipe ioctl routine: we do support filtering now, although we may want to make it more interesting in the future. MFC after: 2 months Sponsored by: Apple, Inc. --- sys/security/audit/audit_pipe.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/security') diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index c7e05ac1..a4b79b6 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -732,9 +732,6 @@ audit_pipe_close(struct cdev *dev, int fflag, int devtype, struct thread *td) /* * Audit pipe ioctl() routine. Handle file descriptor and audit pipe layer * commands. - * - * Would be desirable to support filtering, although perhaps something simple - * like an event mask, as opposed to something complicated like BPF. */ static int audit_pipe_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, -- cgit v1.1