google / google/buzzer

Support different types of ebpf programs

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
477
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Currently we only support programs attached to a Socket.

However the list of types of programs that ebpf supports is huge https://docs.kernel.org/bpf/libbpf/program_types.html and some of them might touch areas of the verifier that a network filter wouldn't.

I propose we extend the number of supported programs as much as we can.

Roughly we could refactor the FFI layer to introduce a type of executor per program type.

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.