[PATCH] keys: Permit key expiry time to be set
authorDavid Howells <dhowells@redhat.com>
Sun, 8 Jan 2006 09:02:43 +0000 (01:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:53 +0000 (20:13 -0800)
commit017679c4d45783158dba1dd6f79e712c22bb3d9a
treea536f0b581eacd88a64077f5ff15b29d23fc6405
parentcd140a5c1f456f50897af4a2e9a23d228a5fe719
[PATCH] keys: Permit key expiry time to be set

Add a new keyctl function that allows the expiry time to be set on a key or
removed from a key, provided the caller has attribute modification access.

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Alexander Zangerl <az@bond.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/keys.txt
include/linux/keyctl.h
security/keys/compat.c
security/keys/internal.h
security/keys/keyctl.c