keyctl.2: Minor improvements to KEYCTL_ASSUME_AUTHORITY description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-02-10 10:29:42 +01:00
parent 1ac6bb731e
commit 16d9a8f924
1 changed files with 5 additions and 2 deletions

View File

@ -1063,10 +1063,13 @@ the thread is automatically divested of authority to instantiate the key.
Authority over a key can be assumed only if the calling thread has present
in its keyrings the authorization key that is
associated with the specified key.
(In other words, this operation is available only from a
(In other words, the
.BR KEYCTL_ASSUME_AUTHORITY
operation is available only from a
.BR request-key (8)-style
program; see
.BR request_key (2).)
.BR request_key (2)
for an explanation of how this operation is used.)
The caller must have
.I search
permission on the authorization key.