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

5 lines
283 B
Markdown
Raw Normal View History

2021-07-19 12:41:21 +00:00
From the [website](https://firejail.wordpress.com):
> 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.