Re: [PATCH] linux 2.9.10-rc1: Fix oops in unix_dgram_sendmsg whenusing SELinux and SOCK_SEQPACKET

From: David S. Miller
Date: Thu Nov 18 2004 - 18:10:31 EST


On Thu, 18 Nov 2004 12:25:21 -0500 (EST)
James Morris <jmorris@xxxxxxxxxx> wrote:

> Updated patch below (with Chris Wright's wrapper idea).
>
> This now fixes both issues.
>
> 1) Don't call security_unix_may_send() hook during sendmsg() for
> SOCK_SEQPACKET, and ensure that sendmsg() can only be called on a
> connected socket so as not to bypass the security_unix_stream_connect()
> hook.
>
> 2) Return -EINVAL if sendto() is called on SOCK_SEQPACKET with an address
> supplied.
>
> Please review and apply if ok.
>
>
> Signed-off-by: James Morris <jmorris@xxxxxxxxxx>

Looks good, applied thanks James.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/