Searched refs:SECCOMP_RET_TRAP (Results 1 – 2 of 2) sorted by relevance
41 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
116 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro1069 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