Comment by aussieguy1234
Comment by aussieguy1234 18 hours ago
If you're on Linux, you can run AI agents in Firejail to limit access to certain folders/files.
Comment by aussieguy1234 18 hours ago
If you're on Linux, you can run AI agents in Firejail to limit access to certain folders/files.
Containers aren't a sandbox:
It uses Linux kernel namespaces instead of chroot (containers are just fancy Liunx chroot)
Ackually, “containers” on linux are usually implemented using linux namespaces instead of chroot.
Does it allow access to GPUs and all system resources? That is unfortunately a limitation a lot of these sandboxes often have and you need to run a container or vm to get that.