Searched hist:e95a4f8cb985e759648b32ed0b721a472deb86a5 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/csky/include/asm/ |
H A D | thread_info.h | diff e95a4f8cb985e759648b32ed0b721a472deb86a5 Tue May 26 10:11:52 CEST 2020 Guo Ren <guoren@linux.alibaba.com> csky: Add SECCOMP_FILTER supported
secure_computing() is called first in syscall_trace_enter() so that a system call will be aborted quickly without doing succeeding syscall tracing if seccomp rules want to deny that system call.
TODO: - Update https://github.com/seccomp/libseccomp csky support
Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
/linux/arch/csky/kernel/ |
H A D | ptrace.c | diff e95a4f8cb985e759648b32ed0b721a472deb86a5 Tue May 26 10:11:52 CEST 2020 Guo Ren <guoren@linux.alibaba.com> csky: Add SECCOMP_FILTER supported
secure_computing() is called first in syscall_trace_enter() so that a system call will be aborted quickly without doing succeeding syscall tracing if seccomp rules want to deny that system call.
TODO: - Update https://github.com/seccomp/libseccomp csky support
Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
H A D | entry.S | diff e95a4f8cb985e759648b32ed0b721a472deb86a5 Tue May 26 10:11:52 CEST 2020 Guo Ren <guoren@linux.alibaba.com> csky: Add SECCOMP_FILTER supported
secure_computing() is called first in syscall_trace_enter() so that a system call will be aborted quickly without doing succeeding syscall tracing if seccomp rules want to deny that system call.
TODO: - Update https://github.com/seccomp/libseccomp csky support
Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | diff e95a4f8cb985e759648b32ed0b721a472deb86a5 Tue May 26 10:11:52 CEST 2020 Guo Ren <guoren@linux.alibaba.com> csky: Add SECCOMP_FILTER supported
secure_computing() is called first in syscall_trace_enter() so that a system call will be aborted quickly without doing succeeding syscall tracing if seccomp rules want to deny that system call.
TODO: - Update https://github.com/seccomp/libseccomp csky support
Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Arnd Bergmann <arnd@arndb.de>
|