firecfg

sandbox to restrict the application environment

Install

All systems
curl cmd.cat/firecfg.sh
Debian Debian
apt-get install firejail
Ubuntu
apt-get install firejail
Alpine
apk add firejail
Arch Arch Linux
pacman -S firejail
image/svg+xml Kali Linux
apt-get install firejail
Fedora
dnf install firejail
Windows (WSL2)
sudo apt-get update sudo apt-get install firejail
Raspbian
apt-get install firejail
Docker
docker run cmd.cat/firecfg firecfg powered 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.