Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c1263 #ifndef SECCOMP_SET_MODE_STRICT
1264 #define SECCOMP_SET_MODE_STRICT 0 macro
1303 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
1307 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
1353 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()