commit | 9fee9cd88115f02572c1853e728bedcd15f025b7 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Sun Nov 05 19:08:51 2017 -0500 |
tree | 8322aa9a675519adde8b69ec2f6dbda6033fc489 | |
parent | 21d26562b62d331771e4c33f4164c570f0becda4 [diff] |
ima: Fix bool initialization/comparison Bool initializations should use true and false. Bool tests don't need comparisons. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>