diff options
author | Mimi Zohar <[email protected]> | 2011-01-18 09:07:13 -0500 |
---|---|---|
committer | James Morris <[email protected]> | 2011-01-24 10:29:10 +1100 |
commit | 7f3c68bee977ab872827e44de017216736fe21d7 (patch) | |
tree | 9c60164cdbde89a26ca98a192ad8331f1f7b1a41 | |
parent | b9703449347603289cac0bd04e574ac2e777275d (diff) |
keys: add trusted and encrypted maintainers
Add myself and David Safford as maintainers for trusted/encrypted keys.
Signed-off-by: Mimi Zohar <[email protected]>
Acked-by: David Howells <[email protected]>
Signed-off-by: James Morris <[email protected]>
-rw-r--r-- | MAINTAINERS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 55592f8b672c..cf0f3a5c09cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3674,6 +3674,28 @@ F: include/linux/key-type.h F: include/keys/ F: security/keys/ +KEYS-TRUSTED +M: David Safford <[email protected]> +M: Mimi Zohar <[email protected]> +S: Supported +F: Documentation/keys-trusted-encrypted.txt +F: include/keys/trusted-type.h +F: security/keys/trusted.c +F: security/keys/trusted.h + +KEYS-ENCRYPTED +M: Mimi Zohar <[email protected]> +M: David Safford <[email protected]> +S: Supported +F: Documentation/keys-trusted-encrypted.txt +F: include/keys/encrypted-type.h +F: security/keys/encrypted.c +F: security/keys/encrypted.h + KGDB / KDB /debug_core M: Jason Wessel <[email protected]> W: http://kgdb.wiki.kernel.org/ |