diff options
author | Ahmad Fatoum <[email protected]> | 2022-05-13 16:57:05 +0200 |
---|---|---|
committer | Jarkko Sakkinen <[email protected]> | 2022-05-23 18:47:50 +0300 |
commit | 7f3113e3b9f7207f0bd57b5fdae1a1b9c8215e08 (patch) | |
tree | dd37ce7db54e6369d754cf32ec4b17286c57c00a | |
parent | 5002426e426166f57e1636b936666b275e6b3d2f (diff) |
MAINTAINERS: add KEYS-TRUSTED-CAAM
Create a maintainer entry for CAAM trusted keys in the Linux keyring.
Reviewed-by: Pankaj Gupta <[email protected]>
Acked-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Ahmad Fatoum <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bf41a67635ec..982894375bb4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10860,6 +10860,15 @@ S: Supported F: include/keys/trusted_tee.h F: security/keys/trusted-keys/trusted_tee.c +KEYS-TRUSTED-CAAM +M: Ahmad Fatoum <[email protected]> +R: Pengutronix Kernel Team <[email protected]> +S: Maintained +F: include/keys/trusted_caam.h +F: security/keys/trusted-keys/trusted_caam.c + KEYS/KEYRINGS M: David Howells <[email protected]> M: Jarkko Sakkinen <[email protected]> |