Re: Landlock setup

Yves Rutschle <[email protected]> Tue, 8 Nov 2022 17:15:18 +0000
Newsgroups dev.linux.lists.landlock
Message-ID <[email protected]>
On Tue, Nov 08, 2022 at 03:13:39PM +0100, Mickaël SalaÌn wrote:
> If you see "landlock: Up and running." in the running kernel log, I don't
> see any reason why the kernel would return ENOSYS for the Landlock syscalls.
> 
> The default kernel for Debian 11 is Linux 5.10, which doesn't support
> Landlock. I tested with linux-image-5.18.0-0.deb11.4-amd64 and
> linux-image-6.0.0-0.deb11.2-amd64-unsigned and it works fine.
> 
> On which architecture are you?

Ah, the mystery thickens, as I have a more recent version:

Package: linux-image-5.18.0-3-amd64
Version: 5.18.14-1

# uname -a
Linux hallertau 5.18.0-3-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.14-1 (2022-07-23) x86_64 GNU/Linux

My bad about the version, I guess I upgraded only the kernel
from Sid at some point.

Y.