On Wed, Feb 22, 2023 at 09:04:00AM +0100, Mickaël Salaün wrote: > On 2023-02-21T21:50:23.000+01:00, Günther Noack wrote: > > https://lore.kernel.org/all/20221018182216.301684-1-gnoack3000@xxxxxxxxx/ > We should point to the git (merge) commit once it is merged in the kernel: > https://git.kernel.org/torvalds/c/299e2b1967578b1442128ba8b3e86ed3427d3651 Ah, thanks. Will change it in the next patch version. > > @@ -328,7 +401,8 @@ attr.handled_access_fs = > > LANDLOCK_ACCESS_FS_MAKE_FIFO | > > LANDLOCK_ACCESS_FS_MAKE_BLOCK | > > LANDLOCK_ACCESS_FS_MAKE_SYM | > > - LANDLOCK_ACCESS_FS_REFER; > > + LANDLOCK_ACCESS_FS_REFER |; > > trailing ";" Oops. Done.