Files
bpf-developer-tutorial/19-lsm-connect
2022-12-05 19:47:51 +08:00
..
2022-12-04 19:26:29 +08:00
2022-12-04 19:26:29 +08:00
2022-12-05 19:47:51 +08:00

eBPF 入门实践教程:

run

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  examples/bpftools/lsm-connect/package.json

reference

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