From: Denis Efremov Date: Sun, 30 Aug 2020 14:25:09 +0000 (+0300) Subject: Documentation: remove current_security() reference X-Git-Tag: v5.10-rc1~190^2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf92ec602ac504cdc896314eb0105c69f28c7ab8;p=thirdparty%2Fkernel%2Flinux.git Documentation: remove current_security() reference Commit 15322a0d90b6 ("lsm: remove current_security()") removed current_security() from the sources. Signed-off-by: Denis Efremov Link: https://lore.kernel.org/r/20200830142509.5738-1-efremov@linux.com Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/security/credentials.rst b/Documentation/security/credentials.rst index d9387209d143f..357328d566c80 100644 --- a/Documentation/security/credentials.rst +++ b/Documentation/security/credentials.rst @@ -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