Message ID | 20190606155205.2872-3-ebiggers@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | fs-verity: read-only file-based authenticity protection | expand |
On Thu, Jun 06, 2019 at 08:51:51AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@google.com> > > fs-verity will be jointly maintained by Eric Biggers and Theodore Ts'o. > > Signed-off-by: Eric Biggers <ebiggers@google.com> Looks good; you can add: Reviewed-off-by: Theodore Ts'o <tytso@mit.edu> - Ted
diff --git a/MAINTAINERS b/MAINTAINERS index a6954776a37e..655065116f92 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6505,6 +6505,18 @@ S: Maintained F: fs/notify/ F: include/linux/fsnotify*.h +FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION +M: Eric Biggers <ebiggers@kernel.org> +M: Theodore Y. Ts'o <tytso@mit.edu> +L: linux-fscrypt@vger.kernel.org +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 <jwoithe@just42.net> L: platform-driver-x86@vger.kernel.org