Re: [PATCH] crypto: af_alg - Document the deprecation of AF_ALG
Linus Torvalds <[email protected]> Tue, 23 Jun 2026 11:56:10 -0700
| Newsgroups | dev.linux.lists.ell,org.kernel.vger.linux-api,org.kernel.vger.linux-bluetooth,org.kernel.vger.linux-crypto,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAHk-=wgNG=F3xO9PjL0RcKy3UWvq0Np9uZu+nFUQBAA8So9xdA@mail.gmail.com> |
On Tue, 23 Jun 2026 at 09:51, Eric Biggers <[email protected]> wrote: > > We're aware of that and are taking it into account in the allowlist: Note that if we can just unconditionally make it depend on CAP_NET_ADMIN, that would be good - independently of any allowlist. Because if iwd and abluetoothd are the main two users, and both of those already require CAP_NET_ADMIN anyway... Linus