slackbuilds/network/landrun
..
README
landrun.SlackBuild
landrun.info
slack-desc

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

landrun (secure sandbox for running Linux processes using Landlock)

landrun is a lightweight, secure sandbox for running Linux processes
using Landlock. Think firejail, but with kernel-level security and
minimal overhead.

Linux Landlock is a kernel-native security module that lets unprivileged
processes sandbox themselves.

landrun makes it practical to sandbox any command with fine-grained
filesystem and network access controls. No root, containers, or
SELinux/AppArmor configs needed.

Its lightweight, auditable, and wraps Landlock v5 features (file
access and TCP restrictions).

To check Landlock support, look for CONFIG_SECURITY_LANDLOCK=y in your
kernel config. Run grep CONFIG_SECURITY_LANDLOCK /boot/config as root.
If it returns CONFIG_SECURITY_LANDLOCK=y, Landlock is enabled.