Skip to content

Commit

Permalink
ANDROID: android: base-cfg: disable CONFIG_SYSVIPC
Browse files Browse the repository at this point in the history
Android SELinux policies block SysV IPC.  New kernels should not be
built with it.

Bug: 22300191

Change-Id: Ia4bcb179ff71825cab19eed603d4064a8d061a93
Signed-off-by: Greg Hackmann <ghackmann@google.com>
  • Loading branch information
greghackmann committed Nov 18, 2015
1 parent a9ac126 commit 3c12649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/configs/android-base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# CONFIG_INET_LRO is not set
# CONFIG_MODULES is not set
# CONFIG_OABI_COMPAT is not set
# CONFIG_SYSVIPC is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
Expand Down Expand Up @@ -145,7 +146,6 @@ CONFIG_STAGING=y
CONFIG_SWITCH=y
CONFIG_SWP_EMULATION=y
CONFIG_SYNC=y
CONFIG_SYSVIPC=y
CONFIG_TUN=y
CONFIG_UNIX=y
CONFIG_USB_GADGET=y
Expand Down

0 comments on commit 3c12649

Please sign in to comment.