From 74ecbbe4e3243988267987e80906bd19c1f5eb96 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 10 Nov 2016 01:14:35 +0200 Subject: [PATCH] kernel config: Ensure SECCOMP_FILTER is enabled As noted in a97db109a206, SECCOMP_FILTER must be enabled or systemd gets very unhappy. --- 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 1fe6278d0a7a..e650b7abc1c7 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -342,6 +342,7 @@ with stdenv.lib; CGROUPS y # used by systemd FHANDLE y # used by systemd SECCOMP y # used by systemd >= 231 + SECCOMP_FILTER y # ditto POSIX_MQUEUE y FRONTSWAP y FUSION y # Fusion MPT device support