10 lines
No EOL
327 B
Markdown
10 lines
No EOL
327 B
Markdown
---
|
|
tags: terminal security
|
|
---
|
|
|
|
# Firejail
|
|
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. |