request_key.2: srcfix: FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-17 12:56:04 +01:00
parent c69490ae43
commit 5834768eaf
1 changed files with 11 additions and 0 deletions

View File

@ -124,6 +124,11 @@ until it finds the first keyring that exists:
The requestor keyring
.RB ( KEY_REQKEY_DEFL_REQUESTOR_KEYRING ,
since Linux 2.6.29).
.\" FIXME
.\" Actually, is the preceding point correct?
.\" If I understand correctly, we'll only get here if
.\" 'dest_keyring' is zero, in which case KEY_REQKEY_DEFL_REQUESTOR_KEYRING
.\" won't refer to a keyring. Have I misunderstood?
.IP \(bu
The thread-specific keyring
.RB ( KEY_REQKEY_DEFL_THREAD_KEYRING ).
@ -137,10 +142,16 @@ The session-specific keyring
The session keyring for the process's user ID
.RB ( KEY_REQKEY_DEFL_USER_SESSION_KEYRING ).
This keyring is expected to always exist.
.\" FIXME
.\" Are there circumstances where the session keyring does not exist?
.\" What are they?
.IP \(bu
The UID-specific keyring
.RB ( KEY_REQKEY_DEFL_USER_KEYRING ).
This keyring is also expected to always exist.
.\" FIXME
.\" Are there circumstances where the UID-specific keyring does not exist?
.\" What are they?
.PP
If the
.BR keyctl (2)