diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-11-07 22:55:11 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-27 09:36:21 +0100 |
| commit | 59d33fb6c1e8a4b772d4b708b54e7ad4513ea99e (patch) | |
| tree | 8c36870dcd7eda85666ba5af3aa8ef432f224ba8 /man7 | |
| parent | cab39aef6c896282b8a63422f7b0d3177ec0a5d0 (diff) | |
| download | man-pages-59d33fb6c1e8a4b772d4b708b54e7ad4513ea99e.tar.gz | |
user-session-keyring.7: Note the format of the name of the user session keyring
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/user-session-keyring.7 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man7/user-session-keyring.7 b/man7/user-session-keyring.7 index 42174a800e..dbf5d10e76 100644 --- a/man7/user-session-keyring.7 +++ b/man7/user-session-keyring.7 @@ -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. |
