commit | fa036a90cfad743838f6c9b195808d4ffd1c7e3a | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Tue Mar 21 11:07:04 2023 +0100 |
committer | Hannes Reinecke <hare@suse.de> | Tue Mar 21 11:57:57 2023 +0100 |
tree | 23cf0d62ac08106b02c5c423bfd458d680b9bde9 | |
parent | 1a316b59ae626b04ea786c3c019f66c8e9d2e639 [diff] |
security/keys: export key_lookup() For in-kernel consumers one cannot readily assign a user (eg when running from a workqueue), so the normal key search permissions cannot be applied. This patch exports the 'key_lookup()' function for a simple lookup of keys without checking for permissions. Signed-off-by: Hannes Reinecke <hare@suse.de>