lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20190722165101.12840-3-ebiggers@kernel.org> Date: Mon, 22 Jul 2019 09:50:46 -0700 From: Eric Biggers <ebiggers@...nel.org> To: linux-fscrypt@...r.kernel.org Cc: linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, linux-fsdevel@...r.kernel.org, linux-api@...r.kernel.org, linux-integrity@...r.kernel.org, Jaegeuk Kim <jaegeuk@...nel.org>, "Theodore Y . Ts'o" <tytso@....edu>, Victor Hsieh <victorhsieh@...gle.com>, Chandan Rajendra <chandan@...ux.vnet.ibm.com>, Dave Chinner <david@...morbit.com>, Christoph Hellwig <hch@....de>, "Darrick J . Wong" <darrick.wong@...cle.com>, Linus Torvalds <torvalds@...ux-foundation.org> Subject: [PATCH v7 02/17] fs-verity: add MAINTAINERS file entry From: Eric Biggers <ebiggers@...gle.com> fs-verity will be jointly maintained by Eric Biggers and Theodore Ts'o. Reviewed-by: Theodore Ts'o <tytso@....edu> Reviewed-by: Jaegeuk Kim <jaegeuk@...nel.org> Signed-off-by: Eric Biggers <ebiggers@...gle.com> --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b48..2b2af4d411652 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 <ebiggers@...nel.org> +M: Theodore Y. Ts'o <tytso@....edu> +L: linux-fscrypt@...r.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@...t42.net> L: platform-driver-x86@...r.kernel.org -- 2.22.0
Powered by blists - more mailing lists