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:
Emily 2020-04-05 04:18:36 +01:00
parent 10dd3f3de0
commit 3d01e802bd

View file

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