From: Al Viro Date: Tue, 16 Dec 2008 10:59:26 +0000 (-0500) Subject: audit: validate comparison operations, store them in sane form X-Git-Tag: v2.6.29-rc1~513^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af75d8d58d0f9f7b7c0515b35786b22892d5f12;p=pandora-kernel.git audit: validate comparison operations, store them in sane form Don't store the field->op in the messy (and very inconvenient for e.g. audit_comparator()) form; translate to dense set of values and do full validation of userland-submitted value while we are at it. ->audit_init_rule() and ->audit_match_rule() get new values now; in-tree instances updated. Signed-off-by: Al Viro --- Reading git-diff-tree failed