kernel-ark/security/integrity/ima
Mimi Zohar e950598d43 ima: always maintain counters
commit 8262bb85da allocated the inode integrity struct (iint) before any
inodes were created. Only after IMA was initialized in late_initcall were
the counters updated. This patch updates the counters, whether or not IMA
has been initialized, to resolve 'imbalance' messages.

This patch fixes the bug as reported in bugzilla: 15673.  When the i915
is builtin, the ring_buffer is initialized before IMA, causing the
imbalance message on suspend.

Reported-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Tested-by: Thomas Meyer <thomas@m3y3r.de>
Tested-by: David Safford<safford@watson.ibm.com>
Cc: Stable Kernel <stable@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
2010-09-08 09:51:41 +10:00
..
ima_api.c
ima_audit.c
ima_crypto.c
ima_fs.c
ima_iint.c ima: always maintain counters 2010-09-08 09:51:41 +10:00
ima_init.c
ima_main.c ima: always maintain counters 2010-09-08 09:51:41 +10:00
ima_policy.c
ima_queue.c
ima.h ima: always maintain counters 2010-09-08 09:51:41 +10:00
Kconfig
Makefile