Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dseccomp.h36 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/linux/kernel/
A Dseccomp.c406 return SECCOMP_RET_KILL_PROCESS; in seccomp_run_filters()
971 case SECCOMP_RET_KILL_PROCESS: in seccomp_log()
1262 case SECCOMP_RET_KILL_PROCESS: in __seccomp_filter()
1904 case SECCOMP_RET_KILL_PROCESS: in seccomp_get_action_avail()
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)
94 ``SECCOMP_RET_KILL_PROCESS``:
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c100 #ifndef SECCOMP_RET_KILL_PROCESS
101 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
805 int kill = kill_how == KILL_PROCESS ? SECCOMP_RET_KILL_PROCESS : 0xAAAAAAAAA; in kill_thread_or_group()

Completed in 15 milliseconds