Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dseccomp_ops.h2 #if !(defined(SECCOMP_SET_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_SET_MODE_STRICT) && HAVE_DECL_SECCOMP_SET_MODE_STRICT))
3 # define SECCOMP_SET_MODE_STRICT 0 macro
17 XLAT(SECCOMP_SET_MODE_STRICT),
/external/libchrome/sandbox/linux/system_headers/
H A Dlinux_seccomp.h77 #ifndef SECCOMP_SET_MODE_STRICT
78 #define SECCOMP_SET_MODE_STRICT 0 macro
/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h14 #define SECCOMP_SET_MODE_STRICT 0 macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c924 #ifndef SECCOMP_SET_MODE_STRICT
925 #define SECCOMP_SET_MODE_STRICT 0 macro
969 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL);
973 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog);
1019 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL);
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1678 #ifndef SECCOMP_SET_MODE_STRICT
1679 #define SECCOMP_SET_MODE_STRICT 0 macro
1724 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL);
1728 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog);
1780 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL);
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c1492 #ifndef SECCOMP_SET_MODE_STRICT
1493 #define SECCOMP_SET_MODE_STRICT 0 macro
1538 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL);
1542 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog);
1594 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL);
/external/minijail/
H A Dlibminijail.c89 #ifndef SECCOMP_SET_MODE_STRICT
90 # define SECCOMP_SET_MODE_STRICT 0 macro

Completed in 332 milliseconds