mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
Documentation: fix typo and formattting in security/credentials.rst
- Fixes a typo in "Keys and keyrings" section. Replaces "keying" with "keyring". - Updates formatting of keyring types. Signed-off-by: Mayank Gite <drapl0n.kernel@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260506225925.271163-1-drapl0n.kernel@gmail.com>
This commit is contained in:
committed by
Jonathan Corbet
parent
5677cae653
commit
8b9bff97df
@@ -189,9 +189,9 @@ The Linux kernel supports the following types of credentials:
|
||||
be searched for the desired key. Each process may subscribe to a number
|
||||
of keyrings:
|
||||
|
||||
Per-thread keying
|
||||
Per-process keyring
|
||||
Per-session keyring
|
||||
- Per-thread keyring
|
||||
- Per-process keyring
|
||||
- Per-session keyring
|
||||
|
||||
When a process accesses a key, if not already present, it will normally be
|
||||
cached on one of these keyrings for future accesses to find.
|
||||
|
||||
Reference in New Issue
Block a user