Show HN: Self-improving sandboxed agent with memory and scheduling
1–3 of 3 posts
Re: Show HN: Self-improving sandboxed agent with memory and scheduling
#2How 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.
Re: Show HN: Self-improving sandboxed agent with memory and scheduling
#3How 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?