Skip to content

Allow clone3 syscall in seccomp filter

Sergio Lopez requested to merge (removed):allow-clone3 into main

Some versions of glibc make use of the clone3 syscall when spawning new threads, so allow it in our seccomp filter.

Signed-off-by: Sergio Lopez slp@redhat.com

Merge request reports