Re: [PATCH bpf-next v5 1/5] net: Add connect_socket() helper
Stanislav Fomichev <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On 08/07, Mahe Tardy wrote: > Add a helper that connects an existing socket while invoking the LSM > hook. Reuse it in __sys_connect_file() to avoid duplicating the connect > logic. Other socket operations have equivalent helpers that trigger the > appropriate LSM hooks that can be reused, this one was the only one > missing. > > Acked-by: Song Liu <[email protected]> > Signed-off-by: Mahe Tardy <[email protected]> Acked-by: Stanislav Fomichev <[email protected]>