From f0f1bedab236baef691d5385a132fd9dd9fa4f32 Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Sat, 13 Jul 2024 14:51:11 +0200 Subject: [PATCH] Fix minor bug in ebpf post image description --- _posts/2024-07-13-ebpf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-07-13-ebpf.md b/_posts/2024-07-13-ebpf.md index d707b7d..55e58c9 100644 --- a/_posts/2024-07-13-ebpf.md +++ b/_posts/2024-07-13-ebpf.md @@ -43,7 +43,7 @@ eBPF (**extended BPF**) is mainly an extension of the instruction set of the ori
-
Depiction of the interaction between eBPF and the linux kernel. Source: Introduction to eBPF.
+
Depiction of the interaction between eBPF and the Linux kernel. Source: Introduction to eBPF.
In this way, you can code your program from the user space to be run in the kernel space, at runtime, and sandboxed.