mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 13:53:51 +07:00
e95a4f8cb9
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>
10 lines
222 B
Makefile
10 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += asm-offsets.h
|
|
generic-y += gpio.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local64.h
|
|
generic-y += qrwlock.h
|
|
generic-y += seccomp.h
|
|
generic-y += user.h
|
|
generic-y += vmlinux.lds.h
|