1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _ASM_SECCOMP_H 3 #define _ASM_SECCOMP_H 4 5 #include <asm-generic/seccomp.h> 6 7 #ifdef CONFIG_64BIT 8 # define SECCOMP_ARCH_NATIVE AUDIT_ 9 # define SECCOMP_ARCH_NATIVE_NR NR_sys 10 # define SECCOMP_ARCH_NATIVE_NAME "paris 11 # ifdef CONFIG_COMPAT 12 # define SECCOMP_ARCH_COMPAT AUDIT_ 13 # define SECCOMP_ARCH_COMPAT_NR NR_sys 14 # define SECCOMP_ARCH_COMPAT_NAME "paris 15 # endif 16 #else /* !CONFIG_64BIT */ 17 # define SECCOMP_ARCH_NATIVE AUDIT_ 18 # define SECCOMP_ARCH_NATIVE_NR NR_sys 19 # define SECCOMP_ARCH_NATIVE_NAME "paris 20 #endif 21 22 #endif /* _ASM_SECCOMP_H */ 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.