firemon
sandbox to restrict the application environment
Install
- All systems
-
curl cmd.cat/firemon.sh
- Debian
-
apt-get install firejail - Ubuntu
-
apt-get install firejail -
Alpine
-
apk add firejail - Arch Linux
-
pacman -S firejail - Kali Linux
-
apt-get install firejail - Fedora
-
dnf install firejail - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install firejail - Raspbian
-
apt-get install firejail - Docker
-
docker run cmd.cat/firemon firemonpowered by Commando
firejail
sandbox to restrict the application environment
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.