[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250912092322.GZ30363@horms.kernel.org>
Date: Fri, 12 Sep 2025 10:23:22 +0100
From: Simon Horman <horms@...nel.org>
To: Eric Dumazet <edumazet@...gle.com>
Cc: "Richard W.M. Jones" <rjones@...hat.com>, Jens Axboe <axboe@...nel.dk>,
Josef Bacik <josef@...icpanda.com>,
linux-kernel <linux-kernel@...r.kernel.org>, netdev@...r.kernel.org,
Eric Dumazet <eric.dumazet@...il.com>,
syzbot+e1cd6bd8493060bd701d@...kaller.appspotmail.com,
Mike Christie <mchristi@...hat.com>,
Yu Kuai <yukuai1@...weicloud.com>, linux-block@...r.kernel.org,
nbd@...er.debian.org, Stefan Hajnoczi <stefanha@...hat.com>,
Stefano Garzarella <sgarzare@...hat.com>
Subject: Re: [PATCH] nbd: restrict sockets to TCP and UDP
On Tue, Sep 09, 2025 at 08:33:27AM -0700, Eric Dumazet wrote:
> On Tue, Sep 9, 2025 at 8:19 AM Richard W.M. Jones <rjones@...hat.com> wrote:
> > On Tue, Sep 09, 2025 at 07:47:09AM -0700, Eric Dumazet wrote:
> > > On Tue, Sep 9, 2025 at 7:37 AM Jens Axboe <axboe@...nel.dk> wrote:
> > > > On 9/9/25 8:35 AM, Eric Dumazet wrote:
> > > > > On Tue, Sep 9, 2025 at 7:04 AM Eric Dumazet <edumazet@...gle.com> wrote:
> > > > >> On Tue, Sep 9, 2025 at 6:32 AM Richard W.M. Jones <rjones@...hat.com> wrote:
> > > > >>> On Tue, Sep 09, 2025 at 01:22:43PM +0000, Eric Dumazet wrote:
...
> > From the outside it seems really odd to hard code a list of "good"
> > socket types into each kernel client that can open a socket. Normally
> > if you wanted to restrict socket types wouldn't you do that through
> > something more flexible like nftables?
>
> nftables is user policy.
>
> We need a kernel that will not crash, even if nftables is not
> compiled/loaded/used .
Hi Rich, Eric, all,
FWIIW, I think that the kernel maintaining a list of acceptable and
known to work socket types is a reasonable measure. It reduces the
surface where problems can arise - a surface that has real bugs.
And can be expanded as necessary.
For sure it is not perfect. There is a risk of entering wack-a-mole
territory. And a more flexible mechanism may be nice.
But, OTOH, we may be speculating about a problem that doesn't exist.
If, very occasionally, a new socket type comes along and has to be used.
Or perhaps more likely, there is a follow-up to this change for some
cases it missed (i.e. the topic of this thread). And if that is very
occasional. Is there really a problem?
The answer is of course subjective. But I lean towards no.
...
Powered by blists - more mailing lists