Firejail favicon

Firejail

Firejail is a SUID security sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table. Firejail can sandbox any type of processes: servers, graphical applications, and even user login sessions. Written in C with virtually no dependencies, it should work on any Linux computer with a 3.x kernel version.

mbox

mbox

Mbox introduces a novel sandbox usage model; when executing a program in the sandbox, Mbox prevents programs from modifying th ...

WinJail

WinJail

Sandboxing software for Windows OS WinJail is full implementation of chroot, with additional features like "copy-on-write" mec ...