landdown
Simple Sandboxing for shell scripts.
git clone git://mccd.space/landdown
| Log | Files | Refs | README | LICENSE |
commit 0edf93a610a7e283566ff46cb572f32e3fb5ff9b parent dadea214fc8fcca6c7bcb88fff5e43c225ee7fef Author: Marc <marc@coquand.email> Date: Fri, 3 Apr 2026 12:37:20 +0200 README Diffstat:
| M | README.md | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md @@ -84,8 +84,12 @@ Contributions are welcome. Please send them to my [public inbox](mailto:~marcc/p - **sh**(1) - section on ulimit - [Good Practices](https://docs.kernel.org/userspace-api/landlock.html#good-practices) + + +### Alternatives + - **[bubblewrap](https://github.com/containers/bubblewrap)**(1) - **[firejail](https://github.com/netblue30/firejail/tree/HEAD/src/firejail)**(1) - **[landrun](https://github.com/Zouuup/landrun)**(1) -Compared to other similar utilities (bubblewrap, firejail, landrun), landdown aims to have the lowest friction to use, and specifically targets shell scripts rather than command line invocations. +Landdown tries to be as friction-less and simple as possible, and specifically targets shell scripts rather than command line invocations.