linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/9] security: fix documentation for the socket_post_create hook
@ 2018-10-23 11:08 efremov
  2018-10-23 19:28 ` Kees Cook
  0 siblings, 1 reply; 2+ messages in thread
From: efremov @ 2018-10-23 11:08 UTC (permalink / raw)
  To: James Morris
  Cc: Denis Efremov, Serge E. Hallyn, Eric Paris, Paul Moore,
	Kees Cook, John Johansen, linux-kernel

From: Denis Efremov <efremov@linux.com>

This patch slightly fixes the documentation for the
socket_post_create hook. The documentation states that
i_security field is accessible through inode field of socket
structure (i.e., 'sock->inode->i_security'). There is no inode
field in the socket structure. The i_security field is accessible
through SOCK_INODE macro. The patch fixes the documentation accordingly.

Signed-off-by: Denis Efremov <efremov@linux.com>
---
 include/linux/lsm_hooks.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h
index 8f84ef819e00..accf6f34ac8e 100644
--- a/include/linux/lsm_hooks.h
+++ b/include/linux/lsm_hooks.h
@@ -752,9 +752,9 @@
  *	socket structure, but rather, the socket security information is stored
  *	in the associated inode.  Typically, the inode alloc_security hook will
  *	allocate and and attach security information to
- *	sock->inode->i_security.  This hook may be used to update the
- *	sock->inode->i_security field with additional information that wasn't
- *	available when the inode was allocated.
+ *	SOCK_INODE(sock)->i_security.  This hook may be used to update the
+ *	SOCK_INODE(sock)->i_security field with additional information that
+ *	wasn't available when the inode was allocated.
  *	@sock contains the newly created socket structure.
  *	@family contains the requested protocol family.
  *	@type contains the requested communications type.
-- 
2.17.2


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

* Re: [PATCH 3/9] security: fix documentation for the socket_post_create hook
  2018-10-23 11:08 [PATCH 3/9] security: fix documentation for the socket_post_create hook efremov
@ 2018-10-23 19:28 ` Kees Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Kees Cook @ 2018-10-23 19:28 UTC (permalink / raw)
  To: efremov
  Cc: James Morris, Serge E. Hallyn, Eric Paris, Paul Moore,
	John Johansen, LKML

On Tue, Oct 23, 2018 at 4:08 AM,  <efremov@linux.com> wrote:
> From: Denis Efremov <efremov@linux.com>
>
> This patch slightly fixes the documentation for the
> socket_post_create hook. The documentation states that
> i_security field is accessible through inode field of socket
> structure (i.e., 'sock->inode->i_security'). There is no inode
> field in the socket structure. The i_security field is accessible
> through SOCK_INODE macro. The patch fixes the documentation accordingly.
>
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Kees Cook <keescook@chromium.org>

-Kees

> ---
>  include/linux/lsm_hooks.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h
> index 8f84ef819e00..accf6f34ac8e 100644
> --- a/include/linux/lsm_hooks.h
> +++ b/include/linux/lsm_hooks.h
> @@ -752,9 +752,9 @@
>   *     socket structure, but rather, the socket security information is stored
>   *     in the associated inode.  Typically, the inode alloc_security hook will
>   *     allocate and and attach security information to
> - *     sock->inode->i_security.  This hook may be used to update the
> - *     sock->inode->i_security field with additional information that wasn't
> - *     available when the inode was allocated.
> + *     SOCK_INODE(sock)->i_security.  This hook may be used to update the
> + *     SOCK_INODE(sock)->i_security field with additional information that
> + *     wasn't available when the inode was allocated.
>   *     @sock contains the newly created socket structure.
>   *     @family contains the requested protocol family.
>   *     @type contains the requested communications type.
> --
> 2.17.2
>



-- 
Kees Cook

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

end of thread, other threads:[~2018-10-23 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-23 11:08 [PATCH 3/9] security: fix documentation for the socket_post_create hook efremov
2018-10-23 19:28 ` Kees Cook

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).