kernel config: Ensure SECCOMP_FILTER is enabled

As noted in a97db109a2, SECCOMP_FILTER must be enabled or systemd gets
very unhappy.
This commit is contained in:
Tuomas Tynkkynen 2016-11-10 01:14:35 +02:00
parent cb93b34999
commit 74ecbbe4e3

View File

@ -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