Re: Landlock setup

Yves Rutschle <[email protected]> Sun, 8 Jan 2023 15:29:04 +0000
Newsgroups dev.linux.lists.landlock
Message-ID <[email protected]>
On Fri, Dec 16, 2022 at 11:34:58AM +0100, Mickaël Salaün wrote:
> You can get any Linux's mainline landlock.h [1] [...]

My problem was that I copied the syscall numbers directly
into landlock.h (I didn't want to import too many headers)
and got it wrong, so it would call system calls that didn't
exist.

The example works, I now "just" have to do the work :-)

Y.