Secure code execution with Landlock, seccomp, and namespaces
Landlock, seccomp ve namespace ile guvenli kod calistirma
Linux Landlock LSM
landlock = "0.4"Syscall filtreleme
seccompiler = "0.4"Namespace islemleri
nix = { version = "0.27", features = ["sched"] }Kaynak limitleri
rlimit = "0.10"Copy this Cargo.toml to get started:
[package]
name = "my-sandbox"
version = "0.1.0"
edition = "2021"
[dependencies]
landlock = "0.4"
seccompiler = "0.4"
nix = { version = "0.27", features = ["sched"] }
rlimit = "0.10"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively:
Docker/Podman alternative - OCI-compliant container runtime
systemd alternative - Service manager with dependency resolution
supervisord alternative - Async process supervision
Hypervisor using KVM - Run virtual machines