From: Eric Paris Date: Tue, 16 Apr 2013 17:08:43 +0000 (-0400) Subject: audit: allow checking the type of audit message in the user filter X-Git-Tag: v3.10-rc1~5^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62062cf8a3a99a933efdac549da380f230dbe982;p=pandora-kernel.git audit: allow checking the type of audit message in the user filter When userspace sends messages to the audit system it includes a type. We want to be able to filter messages based on that type without have to do the all or nothing option currently available on the AUDIT_FILTER_TYPE filter list. Instead we should be able to use the AUDIT_FILTER_USER filter list and just use the message type as one part of the matching decision. Signed-off-by: Eric Paris --- Reading git-diff-tree failed