.profile/notebook/Linux/Tools/Firejail.md

327 B

tags
terminal security

Firejail

From the website:

Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf

In short: it's a #sandbox for untrusted applications.