landdown
Simple Sandboxing for shell scripts.
git clone git://mccd.space/landdown
| Log | Files | Refs | README | LICENSE |
commit f9c177351a781d03e4590310344015bd90fb6e01 parent 9b9d540b13c1913246276ba85c6bca4acdb42b11 Author: Marc <marc@coquand.email> Date: Fri, 3 Apr 2026 11:58:06 +0200 Add motivation Diffstat:
| M | README.md | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -82,3 +82,6 @@ Try removing `ro /etc/ssl`, `rof /etc/resolv.conf`, or `connect 443` and it shou - [Good Practices](https://docs.kernel.org/userspace-api/landlock.html#good-practices) - **[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.