landrun

Sandbox Linux processes securely using Landlock LSM restrictions

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight, secure sandbox for running Linux processes using Landlock LSM

Commands

landrun

Examples

Run a command with default sandbox restrictions$ landrun /bin/bash
Execute a program with restricted file system access$ landrun -- /usr/bin/some-program --arg1 value1
Run a script with sandbox isolation$ landrun /path/to/script.sh