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

10 lines
327 B
Markdown
Raw Normal View History

2022-03-21 12:38:01 +00:00
---
tags: terminal security
---
# Firejail
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.