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

Documentation: remove current_security() reference

Commit 15322a0d90b6 ("lsm: remove current_security()") removed
current_security() from the sources.

Signed-off-by: Denis Efremov <efremov@linux.com>
Link: https://lore.kernel.org/r/20200830142509.5738-1-efremov@linux.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Denis Efremov and committed by
Jonathan Corbet
cf92ec60 27c8700b

-1
-1
Documentation/security/credentials.rst
··· 323 323 uid_t current_fsuid(void) Current's file access UID 324 324 gid_t current_fsgid(void) Current's file access GID 325 325 kernel_cap_t current_cap(void) Current's effective capabilities 326 - void *current_security(void) Current's LSM security pointer 327 326 struct user_struct *current_user(void) Current's user account 328 327 329 328 There are also convenience wrappers for retrieving specific associated pairs of