Documentation: remove current_security() reference
authorDenis Efremov <efremov@linux.com>
Sun, 30 Aug 2020 14:25:09 +0000 (17:25 +0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 9 Sep 2020 17:33:59 +0000 (11:33 -0600)
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>
Documentation/security/credentials.rst

index d9387209d143f91182eedf8f7a72983ca1bf7d72..357328d566c803d3d7cde4536185b73a472309bb 100644 (file)
@@ -323,7 +323,6 @@ credentials (the value is simply returned in each case)::
        uid_t current_fsuid(void)       Current's file access UID
        gid_t current_fsgid(void)       Current's file access GID
        kernel_cap_t current_cap(void)  Current's effective capabilities
-       void *current_security(void)    Current's LSM security pointer
        struct user_struct *current_user(void)  Current's user account
 
 There are also convenience wrappers for retrieving specific associated pairs of