Skip to content

Commit

Permalink
doc: mention SCMP_ARCH_{M68K,SH,SHEB} in seccomp_arch_add(3)
Browse files Browse the repository at this point in the history
Fixes: dd5c9c2 ("arch: Add 32-bit Motorola 68000 support")
Fixes: c12945d ("arch: Add SuperH 32-bit support")
Signed-off-by: Akihiro Suda <[email protected]>
Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
AkihiroSuda authored and pcmoore committed Nov 30, 2023
1 parent 1852fe3 commit 44f2393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/man/man3/seccomp_arch_add.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44f2393

Please sign in to comment.