Searched refs:seccomp_log (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dseccomp.c963 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, function
1032 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true);
1292 seccomp_log(this_syscall, 0, action, true);
1307 seccomp_log(this_syscall, SIGSYS, action, true);
1324 seccomp_log(this_syscall, 0, action, match ? match->log : false);

Completed in 113 milliseconds