diff options
author | Denis Efremov <efremov@linux.com> | 2020-08-30 17:25:09 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-09 11:33:59 -0600 |
commit | cf92ec602ac504cdc896314eb0105c69f28c7ab8 (patch) | |
tree | b11f0e0d9c8436d4a6664ea90037cdd53e588d18 | |
parent | 27c8700bd1ab3f540ca2dd180ebc18881a92a083 (diff) | |
download | linux-stable-cf92ec602ac504cdc896314eb0105c69f28c7ab8.tar.gz linux-stable-cf92ec602ac504cdc896314eb0105c69f28c7ab8.tar.bz2 linux-stable-cf92ec602ac504cdc896314eb0105c69f28c7ab8.zip |
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>
-rw-r--r-- | Documentation/security/credentials.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/security/credentials.rst b/Documentation/security/credentials.rst index d9387209d143..357328d566c8 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 |