commit | e95a4f8cb985e759648b32ed0b721a472deb86a5 | [log] [tgz] |
---|---|---|
author | Guo Ren <guoren@linux.alibaba.com> | Tue May 26 08:11:52 2020 +0000 |
committer | Guo Ren <guoren@linux.alibaba.com> | Fri Jul 31 01:51:05 2020 +0000 |
tree | 9768d128f9b8c74d12bd1b3a5ab64420de1ca72a | |
parent | c23dd2405fc2054345be33f8bb1d04b3b805202d [diff] |
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>