[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZLaGF1uOIrnB9v9Z@debian>
Date: Tue, 18 Jul 2023 14:31:19 +0200
From: Guillaume Nault <gnault@...hat.com>
To: Paul Moore <paul@...l-moore.com>
Cc: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>,
netdev@...r.kernel.org, Eric Paris <eparis@...isplace.org>,
linux-security-module@...r.kernel.org, selinux@...r.kernel.org
Subject: Re: [PATCH net-next 1/4] security: Constify sk in the sk_getsecid
hook.
On Mon, Jul 17, 2023 at 12:05:44PM -0400, Paul Moore wrote:
> On Tue, Jul 11, 2023 at 9:06 AM Guillaume Nault <gnault@...hat.com> wrote:
> >
> > The sk_getsecid hook shouldn't need to modify its socket argument.
> > Make it const so that callers of security_sk_classify_flow() can use a
> > const struct sock *.
> >
> > Signed-off-by: Guillaume Nault <gnault@...hat.com>
> > ---
> > include/linux/lsm_hook_defs.h | 2 +-
> > include/linux/security.h | 5 +++--
> > security/security.c | 2 +-
> > security/selinux/hooks.c | 4 ++--
> > 4 files changed, 7 insertions(+), 6 deletions(-)
>
> Thanks Guillaume, this looks good to me. I had limited network access
> last week and was only monitoring my email for urgent issues, but from
> what I can tell it looks like this was picked up in the netdev tree so
> I'll leave it alone, but if anything changes let me know and I'll
> merge it via the LSM tree.
Thanks Paul, this series has indeed been applied to the networking tree.
So no special action is needed.
> --
> paul-moore.com
>
Powered by blists - more mailing lists