Re: [PATCH v2 3/3] man/man7/landlock.7: Document LANDLOCK_ACCESS_FS_RESOLVE_UNIX (ABI v9)
Günther Noack <[email protected]> Tue, 7 Jul 2026 13:35:47 +0200
| Newsgroups | org.kernel.vger.linux-man |
|---|---|
| Message-ID | <[email protected]> |
Hello Alejandro! On Sat, May 16, 2026 at 12:56:42AM +0200, Alejandro Colomar wrote: > On 2026-05-15T18:57:53+0200, Günther Noack wrote: > > Document the new LANDLOCK_ACCESS_FS_RESOLVE_UNIX filesystem access right, > > which controls lookups of pathname UNIX domain sockets. Restricts both > > connect(2) and sendmsg(2) with an explicit recipient address to UNIX > > sockets created outside the Landlock domain (same semantics as > > LANDLOCK_SCOPE_* flags). Denied attempts return EACCES. > > > > Available since Linux 7.1 (Landlock ABI version 9). > > > > Signed-off-by: Günther Noack <[email protected]> > > Reviewed-by: Alejandro Colomar <[email protected]> Friendly ping on this patch. This feature had not landed in stable yet at the time we reviewed it, but now it is in Linux 7.1 and would be ready to pick up for the next man-pages release :) Thanks, —Günther