microsoft / microsoft/ebpf-for-windows
Support notify/inspection hooks
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
We should support read-only hooks in netebpfext which are only allowed to read the event details, not to allow/block them.
- This will support observability use-cases while making the read-only behavior explicit.
- This will also avoid observabiity bpf programs needing to deal with attach order and short-circuiting on block (every attached notify program will always be invoked).
Original comment:
our bpf solution (not necessarily the bpf program) would really want to know if this is occurring as this configuration breaks much of what our bpf program does.
is there an existing mechanism to communicate with bpf solutions when this occurs?
_Originally posted by @keith-horton in https://github.com/microsoft/ebpf-for-windows/pull/5381#discussion_r3779038420_
Contributor guide
Assessment
This issue has not been assessed yet.