commit | f7f1394576563b7096fe858fb178bcaedfa0b245 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon May 20 21:51:43 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu May 30 22:54:43 2019 +0100 |
tree | ac5b9efbe2d73ccbfb2257aef6ffb28decdd1fd4 | |
parent | ed0ac5c7ec3763e3261c48e3c5d4b7528b60fd85 [diff] |
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>