Hacker News new | ask | show | jobs
Show HN: Self-improving sandboxed agent with memory and scheduling (github.com)
2 points by grimm8000 66 days ago
1 comments

How does this compare to just using systemd's sandboxing? ProtectSystem=strict, PrivateDevices, RestrictNamespaces etc. give you a pretty solid sandbox for any long-running daemon without extra tooling. Genuine question — I've been relying on systemd hardening for my own projects and wondering what I'm missing.
Isn't that Linux only?