svn commit: r184544 - head/sys/security/audit
Robert Watson
rwatson at FreeBSD.org
Sat Nov 1 17:18:19 PDT 2008
Author: rwatson
Date: Sun Nov 2 00:18:19 2008
New Revision: 184544
URL: http://svn.freebsd.org/changeset/base/184544
Log:
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.
Modified:
head/sys/security/audit/audit_pipe.c
Modified: head/sys/security/audit/audit_pipe.c
==============================================================================
--- head/sys/security/audit/audit_pipe.c Sun Nov 2 00:14:54 2008 (r184543)
+++ head/sys/security/audit/audit_pipe.c Sun Nov 2 00:18:19 2008 (r184544)
@@ -732,9 +732,6 @@ audit_pipe_close(struct cdev *dev, int f
/*
* 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,
More information about the svn-src-head
mailing list