-
Notifications
You must be signed in to change notification settings - Fork 100
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
Remove SYS_PTRACE #388
Remove SYS_PTRACE #388
Conversation
You are right. From https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities
I was thinking if we could run without root (unprivileged). But I do not know enough about eBPF security to know if there is a possibility to securely configure it. I quickly ran through :
I think we can merge this PR. |
Testing if SYS_PTRACE capability is needed as it seems to be missing in https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/examples/rolldice/docker-compose.yaml.