[PATCH 4/9] KEYS: Allow expiry time to be set when preparsing a key

2013-11-04 Thread David Howells
Allow a key type's preparsing routine to set the expiry time for a key. Signed-off-by: David Howells --- Documentation/security/keys.txt | 10 +++--- include/linux/key-type.h|1 + security/keys/key.c |8 3 files changed, 16 insertions(+), 3

[PATCH 4/9] KEYS: Allow expiry time to be set when preparsing a key

2013-11-04 Thread David Howells
Allow a key type's preparsing routine to set the expiry time for a key. Signed-off-by: David Howells dhowe...@redhat.com --- Documentation/security/keys.txt | 10 +++--- include/linux/key-type.h|1 + security/keys/key.c |8 3 files changed, 16