Home
last modified time | relevance | path

Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dseccomp_ops.h2 #if !(defined(SECCOMP_SET_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_SET_MODE_STRICT) && HAVE_DECL_…
3 # define SECCOMP_SET_MODE_STRICT 0 macro
17 XLAT(SECCOMP_SET_MODE_STRICT),
Dseccomp_ops.in1 SECCOMP_SET_MODE_STRICT 0
/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h77 #ifndef SECCOMP_SET_MODE_STRICT
78 #define SECCOMP_SET_MODE_STRICT 0 macro
/external/kernel-headers/original/uapi/linux/
Dseccomp.h14 #define SECCOMP_SET_MODE_STRICT 0 macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
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/seccomp-tests/linux/
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); in TEST()
1542 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
1594 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
/external/linux-kselftest/tools/testing/selftests/seccomp/
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); in TEST()
1728 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
1780 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
/external/minijail/
Dlibminijail.c89 #ifndef SECCOMP_SET_MODE_STRICT
90 # define SECCOMP_SET_MODE_STRICT 0 macro
/external/strace/
DChangeLog20756 * seccomp.c (SECCOMP_SET_MODE_STRICT, SECCOMP_SET_MODE_FILTER,