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

Add some options to compile sysdig to facilitate distribution packaging #2127

Open
unknowndevQwQ opened this issue Oct 13, 2024 · 0 comments

Comments

@unknowndevQwQ
Copy link

Currently, when using the --bpf option, you almost always try to download precompiled bpf first, and then compile locally. But there is no option in the runtime parameters to avoid downloading content from the network (I don't even know which kernels https://download.sysdig.com/scap-drivers provides precompiled ebpf probes for), and there is no way to disable it by default when compiling.

When the distribution is packaged, it will download falcosecurity-libs and package it into the corresponding dkms package, and then use patch to modify driver-repo/CMakeLists.txt and falcosecurity-libs-repo/CMakeLists.txt. Hopefully, some options can be added to avoid patching when packaging and pass parameters instead.

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

1 participant