linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: remove current_security() reference
@ 2020-08-30 14:25 Denis Efremov
  2020-09-09 17:34 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Efremov @ 2020-08-30 14:25 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Denis Efremov, linux-doc, linux-kernel

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

Signed-off-by: Denis Efremov <efremov@linux.com>
---
 Documentation/security/credentials.rst | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: remove current_security() reference
  2020-08-30 14:25 [PATCH] Documentation: remove current_security() reference Denis Efremov
@ 2020-09-09 17:34 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-09-09 17:34 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-doc, linux-kernel

On Sun, 30 Aug 2020 17:25:09 +0300
Denis Efremov <efremov@linux.com> wrote:

> Commit 15322a0d90b6 ("lsm: remove current_security()") removed
> current_security() from the sources.
> 
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  Documentation/security/credentials.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-09 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30 14:25 [PATCH] Documentation: remove current_security() reference Denis Efremov
2020-09-09 17:34 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).