redbpf icon indicating copy to clipboard operation
redbpf copied to clipboard

Support for BPF_PROG_TYPE_CGROUP_SOCK

Open theduke opened this issue 4 years ago • 1 comments

It seems like there currently is no support for BPF_PROG_TYPE_CGROUP_SOCK, which are different from socketfilter.

I'd especially care about attaching to CGROUP_INET_SOCK_CREATE.

Is there some way to do this manually right now? (Probably not, since redbpf::Program seems to need specific variants)

Would be great to see this implemented.

theduke avatar Nov 14 '21 20:11 theduke

I think there may be not a simple way to do that manually quickly.. As you concerned the support from redbpf should be made first.. I also want this feature is added to redbpf 👍 Because this feature looks cool!

rhdxmr avatar Nov 15 '21 13:11 rhdxmr