Home
last modified time | relevance | path

Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 15 of 15) 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/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/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c126 #ifndef SECCOMP_SET_MODE_STRICT
127 #define SECCOMP_SET_MODE_STRICT 0 macro
2023 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2027 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2079 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
2832 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG,
/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/syzkaller/sys/linux/
Dsys_386.const527 SECCOMP_SET_MODE_STRICT = 0
Dsys_amd64.const527 SECCOMP_SET_MODE_STRICT = 0
Dsys_arm.const527 SECCOMP_SET_MODE_STRICT = 0
Dsys_ppc64le.const527 SECCOMP_SET_MODE_STRICT = 0
Dsys_arm64.const527 SECCOMP_SET_MODE_STRICT = 0
Dsys.txt971 seccomp_op = SECCOMP_SET_MODE_STRICT, SECCOMP_SET_MODE_FILTER
/external/minijail/
Dlibminijail.c60 #ifndef SECCOMP_SET_MODE_STRICT
61 # define SECCOMP_SET_MODE_STRICT 0 macro