diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-12 14:34:03 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-17 09:05:09 +0200 |
commit | 94f703a5b3899178895c88c2a56f29781c655480 (patch) | |
tree | 86d7c5f7c23e2109884955b767bf63f6a417fd2e /arch/arm/configs | |
parent | 05a39f0e876395ef6ea3b307361da0a8575520e2 (diff) | |
download | linux-94f703a5b3899178895c88c2a56f29781c655480.tar.gz linux-94f703a5b3899178895c88c2a56f29781c655480.tar.bz2 linux-94f703a5b3899178895c88c2a56f29781c655480.zip |
ARM: multi_v7_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/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2c8665cd9dc5..73545f1debae 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -126,6 +126,7 @@ CONFIG_SMP=y CONFIG_NR_CPUS=16 CONFIG_HIGHPTE=y CONFIG_CMA=y +CONFIG_SECCOMP=y CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_KEXEC=y |