Skip to content

Commit

Permalink
linux: explicitly enable SYSVIPC
Browse files Browse the repository at this point in the history
The linux-hardened patch set removes this default, probably because of
its original focus on Android kernel hardening.
  • Loading branch information
emilazy committed Apr 17, 2020
1 parent 10dd3f3 commit 3d01e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -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.)
Expand Down

0 comments on commit 3d01e80

Please sign in to comment.