Searched defs:SECCOMP_RET_TRAP (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h29 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/external/libchrome/sandbox/linux/system_headers/
H A Dlinux_seccomp.h93 #define SECCOMP_RET_TRAP 0x00030000U // Disallow and force a SIGSYS macro
/external/minijail/
H A Dbpf.h49 #define SECCOMP_RET_TRAP 0x00030000U /* return SIGSYS */ macro
157 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_TRAP)
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c67 #define SECCOMP_RET_TRAP 0x00030000U // disallow and force a SIGSYS macro
421 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP),
544 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP),
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c73 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP),
768 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP),
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c73 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP),
768 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP),

Completed in 377 milliseconds