What happened to XProtect this week? (eclecticlight.co)
1 points by GavinAnderegg 39m ago 0 comments
Best CSS clamp calculator and visualizer (clampcalculator.com)
2 points by ivanche 1h ago 0 comments
eBPF: Connecting with Container Runtimes
57 forxtrot 7 7/10/2025, 7:10:28 PM h0x0er.github.io ↗
A plain Linux example would be that eBPF will only give you user/group IDs (uid/gid), not usernames, so you need to use post-processing in userspace code to convert these IDs into something meaningful.
What ebpf-based tool(s)? It looks like it's just sample code to open a socket to a CRI.
The post doesn't covers these projects in depth, instead act as a quick reference to the parts, where connection with CRI is being made and used for enrichment.
I understand there are more better ways to do the thing.
P.S: Post is a collection of my memories, when I was implementing the functionality. So just wanted to share, in hope that, maybe it will help others as well. Thanks !