commit | 7888e7ff4ee579442128d7d12a9c9dbf2cf7de6a | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jun 23 22:00:51 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Jun 24 00:05:18 2005 -0700 |
tree | abe428ecb966e1dae07fce17f38e3e0c0ab4f134 | |
parent | 76d8aeabfeb1c42641a81c44280177b9a08670d8 [diff] |
[PATCH] Keys: Pass session keyring to call_usermodehelper() The attached patch makes it possible to pass a session keyring through to the process spawned by call_usermodehelper(). This allows patch 3/3 to pass an authorisation key through to /sbin/request-key, thus permitting better access controls when doing just-in-time key creation. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>