diff options
| author | Eric Snowberg <[email protected]> | 2023-07-25 21:56:46 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2023-07-25 22:36:22 +0000 |
| commit | 18b44bc5a67275641fb26f2c54ba7eef80ac5950 (patch) | |
| tree | afa6c2f41c5b80f08a381d28b607fa8f9ee9728a /fs/jbd2/commit.c | |
| parent | x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory (diff) | |
| download | kernel-18b44bc5a67275641fb26f2c54ba7eef80ac5950.tar.gz kernel-18b44bc5a67275641fb26f2c54ba7eef80ac5950.zip | |
ovl: Always reevaluate the file signature for IMA
Commit db1d1e8b9867 ("IMA: use vfs_getattr_nosec to get the i_version")
partially closed an IMA integrity issue when directly modifying a file
on the lower filesystem. If the overlay file is first opened by a user
and later the lower backing file is modified by root, but the extended
attribute is NOT updated, the signature validation succeeds with the old
original signature.
Update the super_block s_iflags to SB_I_IMA_UNVERIFIABLE_SIGNATURE to
force signature reevaluation on every file access until a fine grained
solution can be found.
Signed-off-by: Eric Snowberg <[email protected]>
Signed-off-by: Mimi Zohar <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
