Searched refs:SECCOMP_MODE_STRICT (Results 1 – 2 of 2) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | seccomp.h | 11 #define SECCOMP_MODE_STRICT 1 /* uses hard-coded filter. */ macro
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 93 #ifndef SECCOMP_MODE_STRICT 94 #define SECCOMP_MODE_STRICT 1 macro 353 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT, NULL, NULL, NULL); in TEST() 364 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT, NULL, NULL, NULL); in TEST_SIGNAL() 527 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT, NULL, 0, 0); in TEST() 2389 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT, 0, 0, 0); in TEST()
|
Completed in 13 milliseconds