From: Eric Paris Date: Tue, 20 Apr 2010 14:21:07 +0000 (-0400) Subject: IMA: set entry->action to UNKNOWN rather than hard coding X-Git-Tag: v2.6.35-rc1~488^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9035b1fd7933c11e68dbbf49b530cc43bf1da65;p=pandora-kernel.git IMA: set entry->action to UNKNOWN rather than hard coding ima_parse_rule currently sets entry->action = -1 and then later tests if (entry->action == UNKNOWN). It is true that UNKNOWN == -1 but actually setting it to UNKNOWN makes a lot more sense in case things change in the future. Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed