runtime-tools
runtime-tools copied to clipboard
generate/seccomp: Allow Landlock syscalls
Landlock is a Linux feature that enables creating security sandboxes (see https://docs.kernel.org/userspace-api/landlock.html). Allow the three related system calls (available since Linux 5.13): landlock_create_ruleset, landlock_add_rule, and landlock_restrict_self.
Signed-off-by: Mickaël Salaün [email protected]
This is equivalent to https://github.com/containers/common/pull/1081 and https://github.com/moby/moby/pull/43199
@giuseppe @vbatts @mrunalp @AkihiroSuda @kolyshkin PTAL
close/reopen to kick ci