Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support to eBPF instead of Kernel Module for capturing system calls #3

Merged
merged 5 commits into from
May 8, 2019

Conversation

nestorsalceda
Copy link
Contributor

The kernel module technology works great, but there are some environments where we don't are allowed to load kernel modules, so we need to offer an alternative way to capture system calls.

The default strategy is the kernel loading module, but we are allowed to use --ebpf to use eBPF.

@nestorsalceda nestorsalceda merged commit 1bebf84 into master May 8, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant