keyctl.2: Further detail for KEYCTL_REVOKE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-24 15:56:40 +02:00
parent 63eab5d8dd
commit 5c1cb82520
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@ Revoke the key with the ID provided in
.I arg2
(cast to
.IR key_serial_t ).
The key will no longer be findable,
and it will be unavailable for further operations.
Further attempts to use the key will fail with the error
.BR EKEYREVOKED .
The caller must have
.IR write