Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c961 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log() function
1029 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()
1243 seccomp_log(this_syscall, 0, action, true); in __seccomp_filter()
1257 seccomp_log(this_syscall, SIGSYS, action, true); in __seccomp_filter()
1278 seccomp_log(this_syscall, 0, action, match ? match->log : false); in __seccomp_filter()