summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/seccomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/seccomp.h')
-rw-r--r--arch/s390/include/asm/seccomp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/s390/include/asm/seccomp.h b/arch/s390/include/asm/seccomp.h
index e10f8337367b..f904b674fee0 100644
--- a/arch/s390/include/asm/seccomp.h
+++ b/arch/s390/include/asm/seccomp.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_S390_SECCOMP_H
#define _ASM_S390_SECCOMP_H
@@ -15,4 +16,8 @@
#include <asm-generic/seccomp.h>
+#define SECCOMP_ARCH_NATIVE AUDIT_ARCH_S390X
+#define SECCOMP_ARCH_NATIVE_NR NR_syscalls
+#define SECCOMP_ARCH_NATIVE_NAME "s390x"
+
#endif /* _ASM_S390_SECCOMP_H */