Home
last modified time | relevance | path

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

/external/strace/xlat/
Dseccomp_mode.h8 #if !(defined(SECCOMP_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_MODE_STRICT) && HAVE_DECL_SECCOMP_…
9 # define SECCOMP_MODE_STRICT 1 macro
11 XLAT(SECCOMP_MODE_STRICT),
Dseccomp_mode.in2 SECCOMP_MODE_STRICT 1
/external/kernel-headers/original/uapi/linux/
Dseccomp.h10 #define SECCOMP_MODE_STRICT 1 /* uses hard-coded filter. */ macro
/external/strace/
Dprctl.c124 if (SECCOMP_MODE_STRICT == tcp->u_arg[1]) in prctl_enter()