user-session-keyring.7: Note the format of the name of the user session keyring

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

View File

@ -16,6 +16,11 @@ user-session-keyring \- per-user default session keyring
The user session keyring is a keyring used to anchor keys on behalf of a user.
Each UID the kernel deals with has its own user session keyring that
is shared by all processes with that UID.
The user session keyring has a name (description) of the form
.I _uid_ses.<UID>
where
.I <UID>
is the user ID of the corresponding user.
The user session keyring is associated with the record that
the kernel maintains for the UID.