aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/Makefile
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-07-22 09:26:21 -0700
committerEric Biggers <ebiggers@google.com>2019-07-28 16:59:16 -0700
commit671e67b47e9fffd12c8f69eda853a202cb5b3fc5 (patch)
treef91a0c50797934610997014c30c5d3384444b24d /fs/Makefile
parentfs: uapi: define verity bit for FS_IOC_GETFLAGS (diff)
downloadwireguard-linux-671e67b47e9fffd12c8f69eda853a202cb5b3fc5.tar.xz
wireguard-linux-671e67b47e9fffd12c8f69eda853a202cb5b3fc5.zip
fs-verity: add Kconfig and the helper functions for hashing
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>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index d60089fd689b..6cef5df93683 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_AIO) += aio.o
obj-$(CONFIG_IO_URING) += io_uring.o
obj-$(CONFIG_FS_DAX) += dax.o
obj-$(CONFIG_FS_ENCRYPTION) += crypto/
+obj-$(CONFIG_FS_VERITY) += verity/
obj-$(CONFIG_FILE_LOCKING) += locks.o
obj-$(CONFIG_COMPAT) += compat.o compat_ioctl.o
obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o