2022-01-18 03:04:23

by Mimi Zohar

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add missing "security/integrity" directory

Update the IMA and EVM records to include the "security/integrity"
directory.

Signed-off-by: Mimi Zohar <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5250298d2817..a9973d0991e3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7181,6 +7181,7 @@ M: Mimi Zohar <[email protected]>
L: [email protected]
S: Supported
F: security/integrity/evm/
+F: security/integrity

EXTENSIBLE FIRMWARE INTERFACE (EFI)
M: Ard Biesheuvel <[email protected]>
@@ -9419,6 +9420,7 @@ L: [email protected]
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
F: security/integrity/ima/
+F: security/integrity

INTEL 810/815 FRAMEBUFFER DRIVER
M: Antonino Daplas <[email protected]>
--
2.27.0


2022-01-21 18:34:48

by Petr Vorel

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add missing "security/integrity" directory

Hi Mimi,

LGTM.
Reviewed-by: Petr Vorel <[email protected]>

Few comments below.

> Update the IMA and EVM records to include the "security/integrity"
> directory.

> Signed-off-by: Mimi Zohar <[email protected]>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5250298d2817..a9973d0991e3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7181,6 +7181,7 @@ M: Mimi Zohar <[email protected]>
> L: [email protected]
> S: Supported
Aren't you a maintainer? How about
S: Maintained

> F: security/integrity/evm/
> +F: security/integrity
I'd add trailing slash (i.e. security/integrity/)

How about adding git tree to EVM?

> EXTENSIBLE FIRMWARE INTERFACE (EFI)
> M: Ard Biesheuvel <[email protected]>
> @@ -9419,6 +9420,7 @@ L: [email protected]
> S: Supported
and here

> T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
> F: security/integrity/ima/
> +F: security/integrity
and here

> INTEL 810/815 FRAMEBUFFER DRIVER
> M: Antonino Daplas <[email protected]>

Kind regards,
Petr