commit | b9035b1fd7933c11e68dbbf49b530cc43bf1da65 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Apr 20 10:21:07 2010 -0400 |
committer | James Morris <jmorris@namei.org> | Wed Apr 21 09:58:14 2010 +1000 |
tree | b2f6846ee36422db9a58705e902054d4dac1c438 | |
parent | 7b62e162129c3b28d51016774e0c7c57c710c452 [diff] |
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 <eparis@redhat.com> Acked-by: Mimi Zohar <zohar@us.ibm.com> Signed-off-by: James Morris <jmorris@namei.org>