From 9c3c2dff4f35cc509ef64925f70501fd6d014ccf Mon Sep 17 00:00:00 2001 From: Asem Hamid <155321064+asem-hamid@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:39:46 +0600 Subject: [PATCH] Adding tags in ebpf.md Signed-off-by: Asem Hamid <155321064+asem-hamid@users.noreply.github.com> --- content/en/ebpf.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/ebpf.md b/content/en/ebpf.md index a35f9be2f0..d927b8638d 100644 --- a/content/en/ebpf.md +++ b/content/en/ebpf.md @@ -1,7 +1,8 @@ --- title: eBPF status: Completed -category: architecture +category: Technology +tags: ["architecture", "networking", "security"] --- eBPF, or extended Berkeley Packet Filter, is a technology that allows small, sandboxed programs or scripts to run in the kernel space of a Linux system without having to change the kernel's source code or load Linux kernel modules.