+2
−0
+1
−0
fs/verity/Kconfig
0 → 100644
+38
−0
fs/verity/Makefile
0 → 100644
+4
−0
fs/verity/fsverity_private.h
0 → 100644
+88
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Add the beginnings of the fs/verity/ support layer, including the Kconfig option and various helper functions for hashing. To start, only SHA-256 is supported, but other hash algorithms can easily be added. Reviewed-by:Theodore Ts'o <tytso@mit.edu> Reviewed-by:
Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by:
Eric Biggers <ebiggers@google.com>