Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h38 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c110 #ifndef SECCOMP_RET_KILL_PROCESS
111 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
831 int kill = kill_how == KILL_PROCESS ? SECCOMP_RET_KILL_PROCESS : 0xAAAAAAAA; in kill_thread_or_group()

Completed in 12 milliseconds