Home
last modified time | relevance | path

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

/external/strace/xlat/
Dseccomp_ret_action.h4 #if defined(SECCOMP_RET_KILL) || (defined(HAVE_DECL_SECCOMP_RET_KILL) && HAVE_DECL_SECCOMP_RET_KILL)
5 XLAT(SECCOMP_RET_KILL),
Dseccomp_ret_action.in1 SECCOMP_RET_KILL
/external/kernel-headers/original/uapi/linux/
Dseccomp.h28 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro
/external/strace/tests/
Dseccomp.c38 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_KILL)
/external/openssh/
Dsandbox-seccomp-filter.c67 #define SECCOMP_FILTER_FAIL SECCOMP_RET_KILL