mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
3fda4c617e
Add a function for filesystems to call to implement the FS_IOC_ENABLE_VERITY ioctl. This ioctl enables fs-verity on a file. See the "FS_IOC_ENABLE_VERITY" section of Documentation/filesystems/fsverity.rst for the documentation. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Eric Biggers <ebiggers@google.com>
8 lines
139 B
Makefile
8 lines
139 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_FS_VERITY) += enable.o \
|
|
hash_algs.o \
|
|
init.o \
|
|
open.o \
|
|
verify.o
|