From: Krzysztof Kozlowski Date: Fri, 12 Aug 2016 12:34:02 +0000 (+0200) Subject: ARM: exynos_defconfig: Enable SECCOMP X-Git-Tag: v4.9-rc1~79^2~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a39f0e876395ef6ea3b307361da0a8575520e2;p=thirdparty%2Flinux.git ARM: exynos_defconfig: Enable SECCOMP Systemd already supports seccomp. It seems some distros are building systemd with seccomp, e.g. Arch on ARM, thus leading to boot errors: systemd-logind.service: Failed at step SECCOMP spawning /usr/lib/systemd/systemd-logind: Invalid argument Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas --- diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 81862a77dddfc..5476be3be686b 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -17,6 +17,7 @@ CONFIG_PREEMPT=y CONFIG_AEABI=y CONFIG_HIGHMEM=y CONFIG_CMA=y +CONFIG_SECCOMP=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y