forked from mirrors/nixpkgs
kernel config: Enable SECCOMP
This is used by systemd >= 231 and is not enabled in the ARM multiplatform defconfig.
This commit is contained in:
parent
da68127737
commit
bd68309643
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue