[NETNS]: Minor information leak via /proc/net/ptype file.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 24 Mar 2008 21:57:45 +0000 (14:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Mar 2008 21:57:45 +0000 (14:57 -0700)
This file displays the registered packet types, but some of them
(packet sockets creates such) can be bound to a net device and showing
them in a wrong namespace is not correct.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found