net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 23 Apr 2014 21:26:25 +0000 (14:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Jun 2014 19:12:37 +0000 (15:12 -0400)
commitf0efa2954c20ab833bf99acba0a0817f1deee9e0
tree054fd0e3086f1b82edb9048dd091748c5ac94aeb
parentd806b7310e479239441cebdd3fdcdacdb4208db3
net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump

[ Upstream commit a53b72c83a4216f2eb883ed45a0cbce014b8e62d ]

The permission check in sock_diag_put_filterinfo is wrong, and it is so removed
from it's sources it is not clear why it is wrong.  Move the computation
into packet_diag_dump and pass a bool of the result into sock_diag_filterinfo.

This does not yet correct the capability check but instead simply moves it to make
it clear what is going on.

Reported-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/sock_diag.h
net/core/sock_diag.c
net/packet/diag.c