compare this project with some other similars
This commit is contained in:
parent
3284a7297d
commit
d925fda57b
@ -56,3 +56,10 @@ cargo build
|
|||||||
- 看看怎么样对特定的 syscall 限制参数,尤其是
|
- 看看怎么样对特定的 syscall 限制参数,尤其是
|
||||||
- execve
|
- execve
|
||||||
- prctl
|
- prctl
|
||||||
|
|
||||||
|
## 比较相近的项目
|
||||||
|
|
||||||
|
- [cloudflare/sandbox](https://github.com/cloudflare/sandbox): cloudflare/sandbox 在运行时配置规则,我们是在构建时配置规则
|
||||||
|
- [Cloudflare | Sandboxing in Linux with zero lines of code](https://blog.cloudflare.com/sandboxing-in-linux-with-zero-lines-of-code/): cloudflare 写了一篇博客讲解 seccomp 工作机制和 sandbox 使用
|
||||||
|
- [google/nsjail](https://github.com/google/nsjail): 隔离更全面,使用了命名空间和 cgroup 来限制访问,是一个类似于容器但是目标主要是解决安全问题的解决方案
|
||||||
|
- [Figma | Server-side sandboxing: Containers and seccomp](https://www.figma.com/blog/server-side-sandboxing-containers-and-seccomp) figma 的 use case
|
||||||
|
Loading…
x
Reference in New Issue
Block a user