Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: Fix paths in security/keys

Several paths in the security/keys documentation were incorrect.

Signed-off-by: Josh Holland <anowlcalledjosh@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Josh Holland and committed by
Jonathan Corbet
adf31eeb 8ac5ac1b

+4 -4
+2 -2
Documentation/security/keys/core.rst
··· 443 443 /sbin/request-key will be invoked in an attempt to obtain a key. The 444 444 callout_info string will be passed as an argument to the program. 445 445 446 - See also Documentation/security/keys-request-key.txt. 446 + See also Documentation/security/keys/request-key.rst. 447 447 448 448 449 449 The keyctl syscall functions are: ··· 973 973 If successful, the key will have been attached to the default keyring for 974 974 implicitly obtained request-key keys, as set by KEYCTL_SET_REQKEY_KEYRING. 975 975 976 - See also Documentation/security/keys-request-key.txt. 976 + See also Documentation/security/keys/request-key.rst. 977 977 978 978 979 979 * To search for a key, passing auxiliary data to the upcaller, call::
+1 -1
Documentation/security/keys/request-key.rst
··· 3 3 =================== 4 4 5 5 The key request service is part of the key retention service (refer to 6 - Documentation/security/keys.txt). This document explains more fully how 6 + Documentation/security/core.rst). This document explains more fully how 7 7 the requesting algorithm works. 8 8 9 9 The process starts by either the kernel requesting a service by calling
+1 -1
Documentation/security/keys/trusted-encrypted.rst
··· 172 172 are anticipated. In particular the new format 'ecryptfs' has been defined in 173 173 in order to use encrypted keys to mount an eCryptfs filesystem. More details 174 174 about the usage can be found in the file 175 - ``Documentation/security/keys-ecryptfs.txt``. 175 + ``Documentation/security/keys/ecryptfs.rst``.