Skip to content

Makes static libseccomp work for static build

Patrick Elsen requested to merge musl-seccomp into master

Fixes some issues with using libseccomp for static passgen builds.

  • Wasn't statically linking against libseccomp when PASSGEN_STATIC was set.
  • Seccomp rules weren't working with MUSL
  • Alpine Docker image was missing libseccomp-dev and libseccomp-static needed for building

Merge request reports