microsoft / microsoft/ebpf-for-windows

Support notify/inspection hooks

Open
#5,502 1 comment 0 reactions 1 assignee Assigned to @kumarvin123 View on GitHub
triaged
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.