Home
last modified time | relevance | path

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

/external/strace/xlat/
Dseccomp_ret_action.h16 #if defined(SECCOMP_RET_ALLOW) || (defined(HAVE_DECL_SECCOMP_RET_ALLOW) && HAVE_DECL_SECCOMP_RET_AL…
17 XLAT(SECCOMP_RET_ALLOW),
Dseccomp_ret_action.in5 SECCOMP_RET_ALLOW
/external/kernel-headers/original/uapi/linux/
Dseccomp.h32 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/strace/tests/
Dseccomp.c31 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW)
/external/openssh/
Dsandbox-seccomp-filter.c81 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)