config: Activate SECCOMP also on MIPS 64
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 1 Nov 2021 13:48:22 +0000 (14:48 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 3 Nov 2021 22:52:08 +0000 (23:52 +0100)
This activates SECCOMP also on mips64 and mips64el.

This was working fine in a basic test in qemu.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-build.in

index a028ebfbc37ae682675580ea845fe00978869dff..9bef36e53ea1f67ffd08597055461ae63f01f5c6 100644 (file)
@@ -376,7 +376,7 @@ menu "Global build settings"
                bool "Enable SECCOMP"
                select KERNEL_SECCOMP
                select PACKAGE_procd-seccomp
-               depends on (aarch64 || arm || armeb || mips || mipsel || i386 || powerpc || x86_64)
+               depends on (aarch64 || arm || armeb || mips || mipsel || mips64 || mips64el || i386 || powerpc || x86_64)
                depends on !TARGET_uml
                default y
                help