Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 9 of 9) sorted by relevance
/external/strace/xlat/ |
D | seccomp_ops.h | 2 #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),
|
D | seccomp_ops.in | 1 SECCOMP_SET_MODE_STRICT 0
|
/external/libchrome/sandbox/linux/system_headers/ |
D | linux_seccomp.h | 77 #ifndef SECCOMP_SET_MODE_STRICT 78 #define SECCOMP_SET_MODE_STRICT 0 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 14 #define SECCOMP_SET_MODE_STRICT 0 macro
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 924 #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/ |
D | seccomp_bpf.c | 1492 #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/ |
D | seccomp_bpf.c | 1678 #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/ |
D | libminijail.c | 89 #ifndef SECCOMP_SET_MODE_STRICT 90 # define SECCOMP_SET_MODE_STRICT 0 macro
|
/external/strace/ |
D | ChangeLog | 20756 * seccomp.c (SECCOMP_SET_MODE_STRICT, SECCOMP_SET_MODE_FILTER,
|