diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-12 14:34:02 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-17 09:05:05 +0200 |
commit | 05a39f0e876395ef6ea3b307361da0a8575520e2 (patch) | |
tree | 723a09d00a2cc90e618949567e559ab3b48a1a47 /arch/arm/configs | |
parent | 9a7e858c527003393d16ece0eb630d780df9a4d4 (diff) | |
download | linux-05a39f0e876395ef6ea3b307361da0a8575520e2.tar.gz linux-05a39f0e876395ef6ea3b307361da0a8575520e2.tar.bz2 linux-05a39f0e876395ef6ea3b307361da0a8575520e2.zip |
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 <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 81862a77dddf..5476be3be686 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 |