diff options
author | David Howells <[email protected]> | 2010-03-29 23:42:09 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-03-30 09:24:28 -0700 |
commit | e971461fc59e3823e1b8a01379ce55c3d2d89c31 (patch) | |
tree | 4a9b2646c242ac4f864da0a40382fe99f8171b3b | |
parent | 246750ffa1b26335df4e485b4e4d28d83756ac43 (diff) |
KEYS: Add MAINTAINERS record
Add a MAINTAINERS record for the key management facility.
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 088bd41ac71e..3d29fa389888 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3270,6 +3270,16 @@ S: Maintained F: include/linux/kexec.h F: kernel/kexec.c +KEYS/KEYRINGS: +M: David Howells <[email protected]> +S: Maintained +F: Documentation/keys.txt +F: include/linux/key.h +F: include/linux/key-type.h +F: include/keys/ +F: security/keys/ + KGDB M: Jason Wessel <[email protected]> |