summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-11-02 00:18:19 +0000
committerrwatson <rwatson@FreeBSD.org>2008-11-02 00:18:19 +0000
commit368cc5044ab538fb6f60095847aa5767a82e1658 (patch)
tree933e6dfe636cad6127ababd600bf66fdb1d5ade0 /sys/security
parent3f0f3e5028e5143c9f4f3fb5291bf387a5514915 (diff)
downloadFreeBSD-src-368cc5044ab538fb6f60095847aa5767a82e1658.zip
FreeBSD-src-368cc5044ab538fb6f60095847aa5767a82e1658.tar.gz
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.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_pipe.c3
1 files changed, 0 insertions, 3 deletions
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,
OpenPOWER on IntegriCloud