We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MFD_EXEC
MFD_NOEXEC_SEAL
1 parent 73d2004 commit 61331dfCopy full SHA for 61331df
libc-test/build.rs
@@ -3910,7 +3910,10 @@ fn test_linux(target: &str) {
3910
if ppc64 || riscv64 => true,
3911
3912
// FIXME: requires more recent kernel headers on CI
3913
- "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
+ | "MFD_EXEC"
3914
+ | "MFD_NOEXEC_SEAL"
3915
+ | "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
3916
+ if sparc64 => true,
3917
3918
// FIXME: Not currently available in headers on ARM and musl.
3919
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
0 commit comments