Searched refs:SECCOMP_RET_KILL_PROCESS (Results 1 – 4 of 4) sorted by relevance
38 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
411 return SECCOMP_RET_KILL_PROCESS; in seccomp_run_filters()980 case SECCOMP_RET_KILL_PROCESS: in seccomp_log()1292 case SECCOMP_RET_KILL_PROCESS: in __seccomp_filter()1951 case SECCOMP_RET_KILL_PROCESS: in seccomp_get_action_avail()
90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)94 ``SECCOMP_RET_KILL_PROCESS``:
103 #ifndef SECCOMP_RET_KILL_PROCESS104 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro812 int kill = kill_how == KILL_PROCESS ? SECCOMP_RET_KILL_PROCESS : 0xAAAAAAAA; in kill_thread_or_group()