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.h6 #if defined(SECCOMP_SET_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_SET_MODE_STRICT) && HAVE_DECL_SE…
8 static_assert((SECCOMP_SET_MODE_STRICT) == (0), "SECCOMP_SET_MODE_STRICT != 0");
11 # define SECCOMP_SET_MODE_STRICT 0
38 XLAT(SECCOMP_SET_MODE_STRICT),
Dseccomp_ops.in1 SECCOMP_SET_MODE_STRICT 0
/external/minijail/
Dsyscall_wrapper.h22 #ifndef SECCOMP_SET_MODE_STRICT
23 # define SECCOMP_SET_MODE_STRICT 0 macro
/external/strace/
Dseccomp.c62 case SECCOMP_SET_MODE_STRICT: in SYS_FUNC()
DChangeLog39946 * seccomp.c (SECCOMP_SET_MODE_STRICT, SECCOMP_SET_MODE_FILTER,
/external/kernel-headers/original/uapi/linux/
Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c916 #ifndef SECCOMP_SET_MODE_STRICT
917 #define SECCOMP_SET_MODE_STRICT 0 macro
961 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL);
965 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog);
1011 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.c133 #ifndef SECCOMP_SET_MODE_STRICT
134 #define SECCOMP_SET_MODE_STRICT 0 macro
2136 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2140 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2192 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
2965 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG,