How to Sandbox a Linux Process with Landlock, No Root RequiredBy RepublisherSeptember 12, 2026 Here’s a program restricting itself, then trying to read two files: without landlock: read /etc/hostname ok read /tmp/secret.txt ok with…