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.
This commit is contained in:
Robert Watson 2008-11-02 00:18:19 +00:00
parent e4565e2028
commit 6e1362b499
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184544

View File

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