linux-stable/fs/overlayfs
Mimi Zohar cd5a262a07 ima: detect changes to the backing overlay file
commit b836c4d29f upstream.

Commit 18b44bc5a6 ("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>
2023-11-28 16:54:57 +00:00
..
Kconfig docs: fix broken references to text files 2020-04-20 15:35:59 -06:00
Makefile
copy_up.c overlayfs: set ctime when setting mtime and atime 2023-10-25 11:54:23 +02:00
dir.c ovl: update of dentry revalidate flags after copy up 2023-07-27 08:43:55 +02:00
export.c ovl: update of dentry revalidate flags after copy up 2023-07-27 08:43:55 +02:00
file.c ovl: fix incorrect fdput() on aio completion 2023-09-23 11:01:09 +02:00
inode.c ovl: perform vfs_getxattr() with mounter creds 2021-02-17 11:02:22 +01:00
namei.c ovl: update of dentry revalidate flags after copy up 2023-07-27 08:43:55 +02:00
overlayfs.h ovl: update of dentry revalidate flags after copy up 2023-07-27 08:43:55 +02:00
ovl_entry.h ovl: check type and offset of struct vfsmount in ovl_entry 2023-08-26 15:26:44 +02:00
readdir.c ovl: invalidate readdir cache on changes to dir with origin 2021-05-14 09:50:35 +02:00
super.c ima: detect changes to the backing overlay file 2023-11-28 16:54:57 +00:00
util.c ovl: update of dentry revalidate flags after copy up 2023-07-27 08:43:55 +02:00