Home
last modified time | relevance | path

Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 5 of 5) 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);