[PATCH] Keys: Export user-defined keyring operations
authorDavid Howells <dhowells@redhat.com>
Sun, 30 Oct 2005 23:02:42 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:22 +0000 (17:37 -0800)
commit2aa349f6e37ce030060c994d3aebbff4ab703565
tree7a0937469f0376931b82d9c3392727dba13c9d45
parent1426d7a81dea8e9d85f9d69de85ab04ba37018ab
[PATCH] Keys: Export user-defined keyring operations

Export user-defined key operations so that those who wish to define their
own key type based on the user-defined key operations may do so (as has
been requested).

The header file created has been placed into include/keys/user-type.h, thus
creating a directory where other key types may also be placed.  Any
objections to doing this?

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-Off-By: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/keys/user-type.h [new file with mode: 0644]
security/keys/user_defined.c