Add cover image for gVisor seccomp blog post.

PiperOrigin-RevId: 603579833
This commit is contained in:
Etienne Perot
2024-02-01 22:07:12 -08:00
committed by gVisor bot
parent 0fe82a67ab
commit 8ad4ae61ca
2 changed files with 6 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

+6
View File
@@ -10,6 +10,12 @@ is actually executed. **This blog post contains more than you ever wanted to
know about `seccomp-bpf`, and explores the past few months of work to optimize
gVisor's use of it.**
![gVisor and seccomp](/assets/images/2024-02-01-gvisor-seccomp.png "gVisor and seccomp"){:style="max-width:100%"}
<span class="attribution">A diagram showing gVisor's two main layers of
security: gVisor itself, and `seccomp-bpf`. This blog post touches on the
`seccomp-bpf` part.
[Tux logo by Larry Ewing and The GIMP](https://commons.wikimedia.org/wiki/File:Tux.svg).</span>
--------------------------------------------------------------------------------
## Understanding `seccomp-bpf` performance in gVisor {#performance-considerations}