From bd68309643b81ad4cfd60d2e82824d8a62ba10f5 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 18 Aug 2016 16:33:46 +0300 Subject: [PATCH] kernel config: Enable SECCOMP This is used by systemd >= 231 and is not enabled in the ARM multiplatform defconfig. --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index f591bdf13d6..509fb281195 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -321,6 +321,7 @@ with stdenv.lib; DVB_DYNAMIC_MINORS? y # we use udev EFI_STUB y # EFI bootloader in the bzImage itself FHANDLE y # used by systemd + SECCOMP y # used by systemd >= 231 FRONTSWAP y FUSION y # Fusion MPT device support IDE n # deprecated IDE support