mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-04-08 21:30:29 +08:00
Fix some syntax errors and add 17 (#62)
* update link to our website * rename english title * add biopattern * fix too long titles * fix syntax error * fix syntax error * fix intend
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# eBPF Getting Started Tutorial: Security Detection and Defense using LSM
|
||||
# eBPF Tutorial by Example: Security Detection and Defense using LSM
|
||||
|
||||
eBPF (Extended Berkeley Packet Filter) is a powerful network and performance analysis tool widely used in the Linux kernel. eBPF allows developers to dynamically load, update, and run user-defined code without restarting the kernel or modifying the kernel source code. This feature enables eBPF to provide high flexibility and performance, making it widely applicable in network and system performance analysis. The same applies to eBPF applications in security, and this article will introduce how to use the eBPF LSM (Linux Security Modules) mechanism to implement a simple security check program.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user