mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
linux: explicitly enable SYSVIPC
The linux-hardened patch set removes this default, probably because of its original focus on Android kernel hardening.
This commit is contained in:
parent
10dd3f3de0
commit
3d01e802bd
|
@ -607,6 +607,8 @@ let
|
|||
MODULE_COMPRESS_XZ = yes;
|
||||
KERNEL_XZ = yes;
|
||||
|
||||
SYSVIPC = yes; # System-V IPC
|
||||
|
||||
UNIX = yes; # Unix domain sockets.
|
||||
|
||||
MD = yes; # Device mapper (RAID, LVM, etc.)
|
||||
|
|
Loading…
Reference in a new issue