Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h41 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c116 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
1069 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
1210 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
3252 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()

Completed in 12 milliseconds