Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 519 Bytes

File metadata and controls

39 lines (24 loc) · 519 Bytes

eBPF 入门实践教程:使用 LSM 进行安全检测防御

背景

TODO

LSM 概述

TODO

编写 eBPF 程序

TODO

编译运行

docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest

or compile with ecc:

$ ecc lsm-connect.bpf.c
Compiling bpf object...
Packing ebpf object and config into package.json...

Run:

sudo ecli run  examples/bpftools/lsm-connect/package.json

总结

TODO

参考:https://github.com/leodido/demo-cloud-native-ebpf-day