add-bpf-capability (#1)

1) add-bpf-capability
2) Not so clean but for now it's okay to start with

Co-authored-by: Harshavardhan Musanalli <harshavmb@gmail.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-10-22 08:16:40 +00:00
parent 1f01c38881
commit f69e1dbc66
25 changed files with 3273 additions and 26 deletions

4
ebpf_interface.go Normal file
View File

@@ -0,0 +1,4 @@
package main
// This file intentionally left minimal to avoid compilation order issues
// The EBPFManagerInterface is defined in ebpf_simple_manager.go