Skip to content
Snippets Groups Projects
Commit 44f23934 authored by Akihiro Suda's avatar Akihiro Suda Committed by Paul Moore
Browse files

doc: mention SCMP_ARCH_{M68K,SH,SHEB} in seccomp_arch_add(3)


Fixes: dd5c9c24 ("arch: Add 32-bit Motorola 68000 support")
Fixes: c12945db ("arch: Add SuperH 32-bit support")
Signed-off-by: default avatarAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Acked-by: default avatarTom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 1852fe3d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ seccomp_arch_add, seccomp_arch_remove, seccomp_arch_exist, seccomp_arch_native \
.B #define SCMP_ARCH_ARM
.B #define SCMP_ARCH_AARCH64
.B #define SCMP_ARCH_LOONGARCH64
.B #define SCMP_ARCH_M68K
.B #define SCMP_ARCH_MIPS
.B #define SCMP_ARCH_MIPS64
.B #define SCMP_ARCH_MIPS64N32
......@@ -29,6 +30,8 @@ seccomp_arch_add, seccomp_arch_remove, seccomp_arch_exist, seccomp_arch_native \
.B #define SCMP_ARCH_PPC64LE
.B #define SCMP_ARCH_S390
.B #define SCMP_ARCH_S390X
.B #define SCMP_ARCH_SH
.B #define SCMP_ARCH_SHEB
.B #define SCMP_ARCH_PARISC
.B #define SCMP_ARCH_PARISC64
.B #define SCMP_ARCH_RISCV64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment