Message ID | 20231212152937.928126-2-zohar@linux.ibm.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | MAINTAINERS: Add Roberto Sassu as co-maintainer to IMA and EVM | expand |
On 12.12.23 16:29, Mimi Zohar wrote: > Roberto Sassu has been actively involved in IMA and EVM since 2011. > His first major IMA contribution was IMA template support. He also > contributed extending TPM 2.0 PCRs with properly calculated per TPM > bank digests and included file metadata information in the IMA > measurement list. > > Regarding EVM, Roberto contributed to making EVM portable and immutable > signatures more usable. He also prepared the LSM infrastructure to > support EVM as a fully fledged LSM, by ensuring that the latter receives > from the former all xattrs provided by other registered LSMs at inode > creation time, for HMAC calculation. > > Roberto is currently working on making IMA and EVM full fledged LSMs. > > Add Roberto as an IMA and EVM maintainer. > > Signed-off-by: Mimi Zohar <zohar@linux.ibm.com> Acked-by: Roberto Sassu <roberto.sassu@huawei.com> Thanks Roberto > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 012df8ccf34e..ffaac404d1e0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7977,6 +7977,7 @@ F: include/uapi/linux/ext4.h > > Extended Verification Module (EVM) > M: Mimi Zohar <zohar@linux.ibm.com> > +M: Roberto Sassu <roberto.sassu@huawei.com> > L: linux-integrity@vger.kernel.org > S: Supported > T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git > @@ -10554,6 +10555,7 @@ F: drivers/crypto/inside-secure/ > > INTEGRITY MEASUREMENT ARCHITECTURE (IMA) > M: Mimi Zohar <zohar@linux.ibm.com> > +M: Roberto Sassu <roberto.sassu@huawei.com> > M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com> > L: linux-integrity@vger.kernel.org > S: Supported
diff --git a/MAINTAINERS b/MAINTAINERS index 012df8ccf34e..ffaac404d1e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7977,6 +7977,7 @@ F: include/uapi/linux/ext4.h Extended Verification Module (EVM) M: Mimi Zohar <zohar@linux.ibm.com> +M: Roberto Sassu <roberto.sassu@huawei.com> L: linux-integrity@vger.kernel.org S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git @@ -10554,6 +10555,7 @@ F: drivers/crypto/inside-secure/ INTEGRITY MEASUREMENT ARCHITECTURE (IMA) M: Mimi Zohar <zohar@linux.ibm.com> +M: Roberto Sassu <roberto.sassu@huawei.com> M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com> L: linux-integrity@vger.kernel.org S: Supported
Roberto Sassu has been actively involved in IMA and EVM since 2011. His first major IMA contribution was IMA template support. He also contributed extending TPM 2.0 PCRs with properly calculated per TPM bank digests and included file metadata information in the IMA measurement list. Regarding EVM, Roberto contributed to making EVM portable and immutable signatures more usable. He also prepared the LSM infrastructure to support EVM as a fully fledged LSM, by ensuring that the latter receives from the former all xattrs provided by other registered LSMs at inode creation time, for HMAC calculation. Roberto is currently working on making IMA and EVM full fledged LSMs. Add Roberto as an IMA and EVM maintainer. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)