1REQUEST-KEY(8) Linux Key Management Utilities REQUEST-KEY(8)
2
3
4
6 request-key - Handle key instantiation callback requests from the ker‐
7 nel
8
10 /sbin/request-key <op> <key> <uid> <gid> <threadring> <processring>
11 <sessionring> [<info>]
12
14 This program is invoked by the kernel when the kernel is asked for a
15 key that it doesn't have immediately available. The kernel creates a
16 partially set up key and then calls out to this program to instantiate
17 it. It is not intended to be called directly.
18
20 All errors will be logged to the syslog.
21
23 /etc/request-key.conf Instantiation handler configuration file.
24
25 /etc/request-key.d/<keytype>.conf Keytype specific configuration file.
26
28 keyctl(1), request-key.conf(5)
29
30
31
32Linux 15 Nov 2011 REQUEST-KEY(8)