seccompiler
seccompiler copied to clipboard
Build fails on Android since 0.5
Compile fails on Android since 0.5 due to missing libc::SECCOMP_SET_MODE_FILTER constant from libc crate.
See https://github.com/rust-lang/libc/pull/4330
Fix has been merged into libc main branch.
A fixed and semver compatible libc crate version has been released.