Skip to content

Commit

Permalink
Documentation: remove current_security() reference
Browse files Browse the repository at this point in the history
Commit 15322a0 ("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>
  • Loading branch information
evdenis authored and Jonathan Corbet committed Sep 9, 2020
1 parent 27c8700 commit cf92ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/security/credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf92ec6

Please sign in to comment.