rxrpc: Allow security classes to give more info on server keys
Allow a security class to give more information on an rxrpc_s-type key when it is viewed in /proc/keys. This will allow the upcoming RxGK security class to show the enctype name here. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -227,6 +227,9 @@ struct rxrpc_security {
|
||||
/* Destroy the payload of a server key */
|
||||
void (*destroy_server_key)(struct key *);
|
||||
|
||||
/* Describe a server key */
|
||||
void (*describe_server_key)(const struct key *, struct seq_file *);
|
||||
|
||||
/* initialise a connection's security */
|
||||
int (*init_connection_security)(struct rxrpc_connection *,
|
||||
struct rxrpc_key_token *);
|
||||
|
||||
Reference in New Issue
Block a user