Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eBPF Pinning #5

Open
krisnova opened this issue Apr 5, 2022 · 1 comment
Open

eBPF Pinning #5

krisnova opened this issue Apr 5, 2022 · 1 comment

Comments

@krisnova
Copy link
Owner

krisnova commented Apr 5, 2022

We want to pin the eBPF probe such that it will persist across reboot. This will allow us to hide the userspace component in clever ways.

Source: https://lwn.net/Articles/664688/

@cfc4n
Copy link

cfc4n commented Apr 13, 2022

I think that BPFFS is a Virtual File System, just a memory file system. write by other process, not load data from device. So, pin the eBPF probe cant do that. cant across reboot.

via: https://facebookmicrosites.github.io/bpf/blog/2018/08/31/object-lifetime.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants