From c12945db0b7e32f409ba3a68d18c6d6f6dd22b19 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 17 Aug 2020 13:12:14 +0200 Subject: arch: Add SuperH 32-bit support Initial support for seccomp for SuperH in Linux was added in 2.6.27-rc2, support for SECCOMP_FILTER was added for Linux 5.9. This adds support for SuperH in libseccomp, both for little-endian and big-endian mode. Signed-off-by: John Paul Adrian Glaubitz Acked-by: Tom Hromatka Signed-off-by: Paul Moore --- doc/man/man1/scmp_sys_resolver.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1 index a223607..267187b 100644 --- a/doc/man/man1/scmp_sys_resolver.1 +++ b/doc/man/man1/scmp_sys_resolver.1 @@ -36,7 +36,7 @@ The architecture to use for resolving the system call. Valid .I ARCH values are "x86", "x86_64", "x32", "arm", "aarch64", "mips", "mipsel", "mips64", "mipsel64", "mips64n32", "mipsel64n32", "parisc", "parisc64", "ppc", "ppc64", -"ppc64le", "s390" and "s390x". +"ppc64le", "s390", "s390x", "sheb" and "sh". .TP .B \-t If necessary, translate the system call name to the proper system call number, -- cgit v1.2.1