Add PIE compilation flags
[platform/upstream/keyutils.git] / request-key.8
1 .\"
2 .\" Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
3 .\" Written by David Howells (dhowells@redhat.com)
4 .\"
5 .\" This program is free software; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License
7 .\" as published by the Free Software Foundation; either version
8 .\" 2 of the License, or (at your option) any later version.
9 .\"
10 .TH REQUEST-KEY 8 "17 Nov 2005" Linux "Linux Key Management Utilities"
11 .SH NAME
12 request-key - Handle key instantiation callback requests from the kernel
13 .SH SYNOPSIS
14 \fB/sbin/request-key \fR<op> <key> <uid> <gid> <threadring> <processring>
15         <sessionring> [<info>]
16 .SH DESCRIPTION
17 This program is invoked by the kernel when the kernel is asked for a key that
18 it doesn't have immediately available. The kernel creates a partially set up
19 key and then calls out to this program to instantiate it. It is not intended
20 to be called directly.
21 .SH ERRORS
22 All errors will be logged to the syslog.
23 .SH FILES
24 .ul
25 /etc/request-key.conf
26 .ul 0
27 Instantiation handler configuration file.
28 .SH SEE ALSO
29 \fBkeyctl\fR(1), \fBrequest-key.conf\fR(5)