diff options
Diffstat (limited to 'Documentation/security/credentials.rst')
| -rw-r--r-- | Documentation/security/credentials.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/security/credentials.rst b/Documentation/security/credentials.rst index 2aa0791bcefe..4996838491b1 100644 --- a/Documentation/security/credentials.rst +++ b/Documentation/security/credentials.rst @@ -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. @@ -555,5 +555,5 @@ the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a different set of credentials. This is done in the following places: * ``sys_faccessat()``. - * ``do_coredump()``. + * ``vfs_coredump()``. * nfs4recover.c. |
