Software Using Landlock

This is an incomplete list – needs updating

Landlock libraries

If there are any missing, let me know!

When developing or picking a Landlock library, keep the following criteria in mind:

Higher level libraries

There are various projects which try to recreate OpenBSD’s pledge() and unveil() syscalls on top of Landlock. This is much easier to build with Landlock than with Seccomp-BPF, but the kernel-level API still does not make it possible to be 100% compatible. Some differences in the semantics are to be expected.

People playing around with it