Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dseccomp.h14 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-4.4.14/kernel/
Dseccomp.c821 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
852 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1471 #ifndef SECCOMP_SET_MODE_STRICT
1472 #define SECCOMP_SET_MODE_STRICT 0 macro
1517 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
1521 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
1573 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()