persistent-keyring.7: Note the format of a persistent keyring's name

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-07 22:46:40 +01:00
parent b3093c4a06
commit 49301cc826
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ persistent-keyring \- per-user persistent keyring
The persistent keyring is a keyring used to anchor keys on behalf of a user. The persistent keyring is a keyring used to anchor keys on behalf of a user.
Each UID the kernel deals with has its own persistent keyring that Each UID the kernel deals with has its own persistent keyring that
is shared between all threads owned by that UID. is shared between all threads owned by that UID.
The persistent keyring has a name (description) of the form
.I _persistent.<UID>
where
.I <UID>
is the user ID of the corresponding user.
The persistent keyring may not be accessed directly, The persistent keyring may not be accessed directly,
even by processes with the appropriate UID. even by processes with the appropriate UID.