diff options
author | Eric Biggers <[email protected]> | 2019-07-22 09:26:20 -0700 |
---|---|---|
committer | Eric Biggers <[email protected]> | 2019-07-28 16:59:15 -0700 |
commit | c9570b2ced0305ad2e69ff57012641c584bfa2a9 (patch) | |
tree | 5fe8c285489065d6c08574f438d8f340d1899b0d | |
parent | 6ff2deb2e8f6f2e23959724bab03ac60a050710b (diff) |
fs-verity: add MAINTAINERS file entry
fs-verity will be jointly maintained by Eric Biggers and Theodore Ts'o.
Reviewed-by: Theodore Ts'o <[email protected]>
Reviewed-by: Jaegeuk Kim <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6426db5198f0..bf086a7f324a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6629,6 +6629,18 @@ S: Maintained F: fs/notify/ F: include/linux/fsnotify*.h +FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION +M: Eric Biggers <[email protected]> +M: Theodore Y. Ts'o <[email protected]> +Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ +T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git fsverity +S: Supported +F: fs/verity/ +F: include/linux/fsverity.h +F: include/uapi/linux/fsverity.h +F: Documentation/filesystems/fsverity.rst + FUJITSU LAPTOP EXTRAS M: Jonathan Woithe <[email protected]> |