Message ID | 20220223193256.301493-1-zohar@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: add missing security/integrity/platform_certs | expand |
On Wed, Feb 23, 2022 at 02:32:56PM -0500, Mimi Zohar wrote: > Define a new KEYS/KEYRINGS_INTEGRITY record so that any changes > to platform_certs/ are posted on the linux-integrity mailing list > as well. > > Signed-off-by: Mimi Zohar <zohar@linux.ibm.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fdf0420ba477..6328cd4535bc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10660,6 +10660,14 @@ F: include/linux/keyctl.h > F: include/uapi/linux/keyctl.h > F: security/keys/ > > +KEYS/KEYRINGS_INTEGRITY > +M: Jarkko Sakkinen <jarkko@kernel.org> > +M: Mimi Zohar <zohar@linux.ibm.com> > +L: linux-integrity@vger.kernel.org > +L: keyrings@vger.kernel.org > +S: Supported > +F: security/integrity/platform_certs > + > KFENCE > M: Alexander Potapenko <glider@google.com> > M: Marco Elver <elver@google.com> > -- > 2.27.0 > Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> BR, Jarkko
diff --git a/MAINTAINERS b/MAINTAINERS index fdf0420ba477..6328cd4535bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10660,6 +10660,14 @@ F: include/linux/keyctl.h F: include/uapi/linux/keyctl.h F: security/keys/ +KEYS/KEYRINGS_INTEGRITY +M: Jarkko Sakkinen <jarkko@kernel.org> +M: Mimi Zohar <zohar@linux.ibm.com> +L: linux-integrity@vger.kernel.org +L: keyrings@vger.kernel.org +S: Supported +F: security/integrity/platform_certs + KFENCE M: Alexander Potapenko <glider@google.com> M: Marco Elver <elver@google.com>
Define a new KEYS/KEYRINGS_INTEGRITY record so that any changes to platform_certs/ are posted on the linux-integrity mailing list as well. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)