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