Add Bubblewrap sandboxing utility.

This commit is contained in:
fabacab 2021-03-06 11:47:15 -05:00
parent 741d8e9905
commit f47ab5a124
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560

View File

@ -172,6 +172,7 @@ See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).
### Sandboxes ### Sandboxes
- [Bubblewrap](https://github.com/containers/bubblewrap) - Sandboxing tool for use by unprivileged Linux users capable of restricting access to parts of the operating system or user data.
- [Firejail](https://firejail.wordpress.com/) - SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf. - [Firejail](https://firejail.wordpress.com/) - SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf.
## Incident Response tools ## Incident Response tools