]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] allow audit filtering on bit & operations
authorEric Paris <eparis@redhat.com>
Mon, 4 Jun 2007 21:00:14 +0000 (17:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2007 13:57:02 +0000 (09:57 -0400)
commitf32465a9d20c8b5796c787a2db45e2987c11e3b5
treea9cbdb517eb01b04de3e641d87ef42ad186e91e3
parent56235c42a37e733db3e2c8fa258ccd44c240a8bb
[PATCH] allow audit filtering on bit & operations

Right now the audit filter can match on = != > < >= blah blah blah.
This allow the filter to also look at bitwise AND operations, &

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/audit.h
kernel/auditfilter.c