Searched refs:SYS_SECCOMP (Results 1 – 4 of 4) sorted by relevance
58 #ifndef SYS_SECCOMP59 #define SYS_SECCOMP 1 macro69 if (info->si_code != SYS_SECCOMP) in emulator()
100 由seccomp触发的 ``SIGSYS`` 会有一个 ``SYS_SECCOMP`` 的 si_code 。
119 ``SIGSYS`` triggered by seccomp will have a si_code of ``SYS_SECCOMP``.
1816 info.si_code = SYS_SECCOMP; in force_sig_seccomp()