From: Dmitry Kasatkin Date: Wed, 19 Sep 2012 12:32:49 +0000 (+0300) Subject: ima: change flags container data type X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a72ba7aff26fb6e918cee6d2bbfd289069f10ae;p=pandora-kernel.git ima: change flags container data type IMA audit hashes patches introduced new IMA flags and required space went beyond 8 bits. Currently the only flag is IMA_DIGSIG. This patch use 16 bit short instead of 8 bit char. Without this fix IMA signature will be replaced with hash, which should not happen. Signed-off-by: Dmitry Kasatkin Signed-off-by: Mimi Zohar --- Reading git-diff-tree failed