From f47ab5a1243b535f0054038fc818d17f9929cdac Mon Sep 17 00:00:00 2001 From: fabacab Date: Sat, 6 Mar 2021 11:47:15 -0500 Subject: [PATCH] Add Bubblewrap sandboxing utility. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74b00af..c2683c8 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots). ### 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. ## Incident Response tools