Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dseccomp.h37 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
38 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/Linux-v5.10/kernel/
Dseccomp.c753 case SECCOMP_RET_KILL_THREAD: in seccomp_log()
798 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()
1021 case SECCOMP_RET_KILL_THREAD: in __seccomp_filter()
1026 if (action != SECCOMP_RET_KILL_THREAD || in __seccomp_filter()
1036 if (action == SECCOMP_RET_KILL_THREAD) in __seccomp_filter()
1649 case SECCOMP_RET_KILL_THREAD: in seccomp_get_action_avail()
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c102 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
105 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
794 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in kill_thread_or_group()
3161 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()
/Linux-v5.10/Documentation/userspace-api/
Dseccomp_filter.rst99 ``SECCOMP_RET_KILL_THREAD``:
/Linux-v5.10/Documentation/networking/
Dfilter.rst358 bad: ret #0 /* SECCOMP_RET_KILL_THREAD */