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

Allow clone3 syscall in seccomp filters #28117

Merged
merged 1 commit into from
Oct 11, 2021

Commits on Oct 7, 2021

  1. seccomp: allow clone3 syscall for x86

    clone3 is a linux syscall that is now used by glibc starting version
    2.34. It is used when pthread_create() gets called. Current seccomp
    filters do not allow this syscall leading to crashes like
    runtime/cgo: pthread_create failed: Operation not permitted
    
    See elastic/apm-server#6238 for more details
    BlackYoup committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2855e04 View commit details
    Browse the repository at this point in the history