commit | 74f2345b6be1410f824cb7dd638d2c10a9709379 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Jun 04 17:00:14 2007 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 22 09:57:02 2007 -0400 |
tree | a9cbdb517eb01b04de3e641d87ef42ad186e91e3 | |
parent | c926e4f432af0f61ac2b9b637fb51a4871a3fc91 [diff] |
[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>