Skip to content

Commit

Permalink
add blog about ebpf security
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Nov 16, 2023
1 parent 002bcae commit cb8943f
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ Android:
- [使用 eBPF 添加 sudo 用户](src/26-sudo/README.md)
- [使用 eBPF 替换任意程序读取或写入的文本](src/27-replace/README.md)
- [BPF的生命周期:使用 Detached 模式在用户态应用退出后持续运行 eBPF 程序](src/28-detach/README.md)

- [eBPF 运行时的安全性与面临的挑战](src/18-further-reading/ebpf-security.zh.md)

持续更新中...

## 为什么要写这个教程?
Expand Down
1 change: 1 addition & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Networking and tracing:
Security:

- [Use eBPF to modify syscall parameters](src/34-syscall/README.md)
- [The Secure Path Forward for eBPF: Challenges and Innovations](src/18-further-reading/ebpf-security.md)
- [Hiding process or file information using eBPF](src/24-hide/README_en.md)
- [Terminating processes by sending signals using bpf_send_signal](src/25-signal/README_en.md)
- [Adding sudo users using eBPF](src/26-sudo/README_en.md)
Expand Down
Loading

0 comments on commit cb8943f

Please sign in to comment.