]> git.baikalelectronics.ru Git - kernel.git/commit
keys: Grant Link permission to possessers of request_key auth keys
authorDavid Howells <dhowells@redhat.com>
Mon, 20 May 2019 20:51:43 +0000 (21:51 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 30 May 2019 21:54:43 +0000 (22:54 +0100)
commit2e84cc342d79d8f4be7b85b3403401ff5fd0557e
treeac5b9efbe2d73ccbfb2257aef6ffb28decdd1fd4
parentb42c3479fd9c7d7eb1cab7aa9c4b2f9cdb6166fc
keys: Grant Link permission to possessers of request_key auth keys

Grant Link permission to the possessers of request_key authentication keys,
thereby allowing a daemon that is servicing upcalls to arrange things such
that only the necessary auth key is passed to the actual service program
and not all the daemon's pending auth keys.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: James Morris <jamorris@linux.microsoft.com>
security/keys/request_key_auth.c