commit | 43005f9bdbe63b46781d352a1768df7bb04b86ee | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Jul 22 09:26:22 2019 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Sep 23 14:11:56 2019 -0700 |
tree | e9583b47130ec2e8de41b564a27a7d71d870224c | |
parent | 1d403c387a78bc05d52e005a0e6f3ae394ed267d [diff] |
fs-verity: implement FS_IOC_ENABLE_VERITY ioctl 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>