Skip to content

Commit

Permalink
Fix minor bug in ebpf post image description
Browse files Browse the repository at this point in the history
  • Loading branch information
diogodanielsoaresferreira committed Jul 13, 2024
1 parent ff0a496 commit f0f1bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-13-ebpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ eBPF (**extended BPF**) is mainly an extension of the instruction set of the ori

<figure>
<a href="/assets/img/ebpf/loader-ebpf.png"><img src="/assets/img/ebpf/loader-ebpf.png"></a>
<figcaption style="text-align: center">Depiction of the interaction between eBPF and the linux kernel. Source: <a href="https://oswalt.dev/2021/01/introduction-to-ebpf/" target="_blank">Introduction to eBPF</a>.</figcaption>
<figcaption style="text-align: center">Depiction of the interaction between eBPF and the Linux kernel. Source: <a href="https://oswalt.dev/2021/01/introduction-to-ebpf/" target="_blank">Introduction to eBPF</a>.</figcaption>
</figure>

In this way, you can code your program from the user space to be run in the kernel space, at runtime, and sandboxed.
Expand Down

0 comments on commit f0f1bed

Please sign in to comment.