exein-io / pulsar

A modular and blazing fast runtime security tool for the IoT, powered by eBPF.
https://pulsar.sh
Other
905 stars 51 forks source link

Extract cgroup in bpf programs #240

Closed banditopazzo closed 9 months ago

banditopazzo commented 9 months ago

This PR wants to change the way cgroups are collected for processes at runtime.

The idea is to move cgroup extraction to BPF because procfs is not reliable.

remaining tasks