Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst77 返回值总会使用最高优先级的值。(比如 ``SECCOMP_RET_KILL_PROCESS`` 总是被优先
82 ``SECCOMP_RET_KILL_PROCESS``:
/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h38 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/linux-6.3-rc2/kernel/
A Dseccomp.c411 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()
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)
94 ``SECCOMP_RET_KILL_PROCESS``:
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c103 #ifndef SECCOMP_RET_KILL_PROCESS
104 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
818 int kill = kill_how == KILL_PROCESS ? SECCOMP_RET_KILL_PROCESS : 0xAAAAAAAA; in kill_thread_or_group()

Completed in 20 milliseconds