kernel_samsung_a53x/security/integrity/ima
Mimi Zohar c9acd778d6 ima: detect changes to the backing overlay file
commit b836c4d29f2744200b2af41e14bf50758dddc818 upstream.

Commit 18b44bc5a672 ("ovl: Always reevaluate the file signature for
IMA") forced signature re-evaulation on every file access.

Instead of always re-evaluating the file's integrity, detect a change
to the backing file, by comparing the cached file metadata with the
backing file's metadata.  Verifying just the i_version has not changed
is insufficient.  In addition save and compare the i_ino and s_dev
as well.

Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Tested-by: Eric Snowberg <eric.snowberg@oracle.com>
Tested-by: Raul E Rangel <rrangel@chromium.org>
Cc: stable@vger.kernel.org
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-18 11:43:25 +01:00
..
ima.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_api.c ima: detect changes to the backing overlay file 2024-11-18 11:43:25 +01:00
ima_appraise.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_asymmetric_keys.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_fs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_init.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_kexec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_main.c ima: detect changes to the backing overlay file 2024-11-18 11:43:25 +01:00
ima_modsig.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_mok.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_policy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_queue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_queue_keys.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_template.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_template_lib.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ima_template_lib.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00