Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dseccomp.h39 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/linux-5.19.10/kernel/
Dseccomp.c977 case SECCOMP_RET_KILL_THREAD: in seccomp_log()
1023 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()
1291 case SECCOMP_RET_KILL_THREAD: in __seccomp_filter()
1297 if (action != SECCOMP_RET_KILL_THREAD || in __seccomp_filter()
1952 case SECCOMP_RET_KILL_THREAD: in seccomp_get_action_avail()
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c105 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
108 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
805 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in kill_thread_or_group()
2223 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in TEST_F_SIGNAL()
3225 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()
/linux-5.19.10/Documentation/userspace-api/
Dseccomp_filter.rst99 ``SECCOMP_RET_KILL_THREAD``:
/linux-5.19.10/Documentation/networking/
Dfilter.rst358 bad: ret #0 /* SECCOMP_RET_KILL_THREAD */